#B12357

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

Shades of Old Rose #B12357

Tints of Old Rose #B12357

Color information

#B12357 (or 0xB12357) is unknown color: approx Old Rose. HEX triplet: B1, 23 and 57. RGB value is (177,35,87). Sum of RGB (Red+Green+Blue) = 177+35+87=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B12357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12357 is #4EDCA8. Grayscale: #535353. Windows color (decimal): -5168297 or 5710769. OLE color: 5710769.

HSL color Cylindrical-coordinate representation of color #B12357: hue angle of 338.03º degrees, saturation: 0.67, 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 #B12357 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1773587-
CMYK00.800.510.31
HSL338.03º66.98%41.57%-
HSV(B)338.03º80.23%69.41%-
XYZ20.4511.2410.11-
YUV83.39130.04194.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.20%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 87 (34.38% from 255) = 29.10%
R=59.20%
G=11.71%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177358700.800.510.31338.0366.9841.57
HexB12357050331F152432a
Octal261431270120633752210352
Binary10110001100011101011101010000110011111111010100101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12357; }

 p { color: rgb(177,35,87); }

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

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

 a { background-color: rgb(177,35,87); }

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

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

 span { border-color: rgb(177,35,87); }

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