#B12559

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

Shades of Old Rose #B12559

Tints of Old Rose #B12559

Color information

#B12559 (or 0xB12559) is unknown color: approx Old Rose. HEX triplet: B1, 25 and 59. RGB value is (177,37,89). Sum of RGB (Red+Green+Blue) = 177+37+89=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B12559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12559 is #4EDAA6. Grayscale: #545454. Windows color (decimal): -5167783 or 5842353. OLE color: 5842353.

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

Color convert

RGB1773789-
CMYK00.790.500.31
HSL337.71º65.42%41.96%-
HSV(B)337.71º79.1%69.41%-
XYZ20.611.3910.56-
YUV84.79130.38193.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 37 (14.84% from 255) = 12.21%
BLUE value IS 89 (35.16% from 255) = 29.37%
R=58.42%
G=12.21%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177378900.790.500.31337.7165.4241.96
HexB1255904F321F152412a
Octal261451310117623752210152
Binary10110001100101101100101001111110010111111010100101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12559; }

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

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

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

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

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

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

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

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