#B12856

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

Shades of Old Rose #B12856

Tints of Old Rose #B12856

Color information

#B12856 (or 0xB12856) is unknown color: approx Old Rose. HEX triplet: B1, 28 and 56. RGB value is (177,40,86). Sum of RGB (Red+Green+Blue) = 177+40+86=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B12856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12856 is #4ED7A9. Grayscale: #565656. Windows color (decimal): -5167018 or 5646513. OLE color: 5646513.

HSL color Cylindrical-coordinate representation of color #B12856: hue angle of 339.85º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12856 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1774086-
CMYK00.770.510.31
HSL339.85º63.13%42.55%-
HSV(B)339.85º77.4%69.41%-
XYZ20.5711.549.95-
YUV86.21127.89192.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 40 (16.02% from 255) = 13.20%
BLUE value IS 86 (33.98% from 255) = 28.38%
R=58.42%
G=13.20%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177408600.770.510.31339.8563.1342.55
HexB1285604D331F1543f2b
Octal26150126011563375247753
Binary1011000110100010101100100110111001111111101010100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12856; }

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

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

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

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

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

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

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

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