#B12459

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

Shades of Old Rose #B12459

Tints of Old Rose #B12459

Color information

#B12459 (or 0xB12459) is unknown color: approx Old Rose. HEX triplet: B1, 24 and 59. RGB value is (177,36,89). Sum of RGB (Red+Green+Blue) = 177+36+89=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B12459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12459 is #4EDBA6. Grayscale: #545454. Windows color (decimal): -5168039 or 5842097. OLE color: 5842097.

HSL color Cylindrical-coordinate representation of color #B12459: hue angle of 337.45º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12459 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1773689-
CMYK00.800.500.31
HSL337.45º66.2%41.76%-
HSV(B)337.45º79.66%69.41%-
XYZ20.5711.3310.55-
YUV84.2130.71194.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 36 (14.45% from 255) = 11.92%
BLUE value IS 89 (35.16% from 255) = 29.47%
R=58.61%
G=11.92%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177368900.800.500.31337.4566.241.76
HexB12459050321F151422a
Octal261441310120623752110252
Binary10110001100100101100101010000110010111111010100011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12459; }

 p { color: rgb(177,36,89); }

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

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

 a { background-color: rgb(177,36,89); }

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

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

 span { border-color: rgb(177,36,89); }

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