#B12356

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

Shades of Old Rose #B12356

Tints of Old Rose #B12356

Color information

#B12356 (or 0xB12356) is unknown color: approx Old Rose. HEX triplet: B1, 23 and 56. RGB value is (177,35,86). Sum of RGB (Red+Green+Blue) = 177+35+86=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B12356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12356 is #4EDCA9. Grayscale: #535353. Windows color (decimal): -5168298 or 5645233. OLE color: 5645233.

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

Color convert

RGB1773586-
CMYK00.800.510.31
HSL338.45º66.98%41.57%-
HSV(B)338.45º80.23%69.41%-
XYZ20.4111.229.89-
YUV83.27129.54194.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.40%
GREEN value IS 35 (14.06% from 255) = 11.74%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=59.40%
G=11.74%
B=28.86%

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
Decimal177358600.800.510.31338.4566.9841.57
HexB12356050331F152432a
Octal261431260120633752210352
Binary10110001100011101011001010000110011111111010100101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12356; }

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

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

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

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

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

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

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

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