#b81a50

Color #B81A50 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B81A50

Tints of Old Rose #B81A50

Color information

#B81A50 (or 0xB81A50) is unknown color: approx Old Rose. HEX triplet: B8, 1A and 50. RGB value is (184,26,80). Sum of RGB (Red+Green+Blue) = 184+26+80=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81A50 is #47E5AF. Grayscale: #4F4F4F. Windows color (decimal): -4711856 or 5249720. OLE color: 5249720.

HSL color Cylindrical-coordinate representation of color #B81A50: hue angle of 339.49º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81A50 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB1842680-
CMYK00.860.570.28
HSL339.49º75.24%41.18%-
HSV(B)339.49º85.87%72.16%-
XYZ21.5811.518.67-
YUV79.4128.35202.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 63.45%
GREEN value IS 26 (10.55% from 255) = 8.97%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=63.45%
G=8.97%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184268000.860.570.28339.4975.2441.18
HexB81A50056391C1534b29
Octal270321200126713452311351
Binary1011100011010101000001010110111001111001010100111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b81a50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b81a50; }

 p { color: rgb(184,26,80); }

 H1.HeaderClassName
 {
   color: #b81a50;
 }
 .AnyTagClassName
 {
   color: #b81a50;
 }
</style>
background-color css

<style>
 a { background-color: #b81a50; }

 a { background-color: rgb(184,26,80); }

 div.DivClassName
 {
   background-color: #b81a50;
 }
 .BgClassName
 {
   background-color: #b81a50;
 }
</style>
border-color css

<style>
 span { border-color: #b81a50; }

 span { border-color: rgb(184,26,80); }

 td.TdClassName
 {
   border-color: #b81a50;
 }
 .TagClassName
 {
   border-color: #b81a50;
 }
</style>