#B12857

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

Shades of Old Rose #B12857

Tints of Old Rose #B12857

Color information

#B12857 (or 0xB12857) is unknown color: approx Old Rose. HEX triplet: B1, 28 and 57. RGB value is (177,40,87). Sum of RGB (Red+Green+Blue) = 177+40+87=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B12857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12857 is #4ED7A8. Grayscale: #565656. Windows color (decimal): -5167017 or 5712049. OLE color: 5712049.

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

Color convert

RGB1774087-
CMYK00.770.510.31
HSL339.42º63.13%42.55%-
HSV(B)339.42º77.4%69.41%-
XYZ20.6111.5510.16-
YUV86.32128.39192.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.22%
GREEN value IS 40 (16.02% from 255) = 13.16%
BLUE value IS 87 (34.38% from 255) = 28.62%
R=58.22%
G=13.16%
B=28.62%

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
Decimal177408700.770.510.31339.4263.1342.55
HexB1285704D331F1533f2b
Octal26150127011563375237753
Binary1011000110100010101110100110111001111111101010011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12857; }

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

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

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

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

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

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

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

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