#B02857

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

Shades of Old Rose #B02857

Tints of Old Rose #B02857

Color information

#B02857 (or 0xB02857) is unknown color: approx Old Rose. HEX triplet: B0, 28 and 57. RGB value is (176,40,87). Sum of RGB (Red+Green+Blue) = 176+40+87=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B02857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02857 is #4FD7A8. Grayscale: #555555. Windows color (decimal): -5232553 or 5712048. OLE color: 5712048.

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

Color convert

RGB1764087-
CMYK00.770.510.31
HSL339.26º62.96%42.35%-
HSV(B)339.26º77.27%69.02%-
XYZ20.3811.4410.15-
YUV86.02128.56192.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.09%
GREEN value IS 40 (16.02% from 255) = 13.20%
BLUE value IS 87 (34.38% from 255) = 28.71%
R=58.09%
G=13.20%
B=28.71%

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
Decimal176408700.770.510.31339.2662.9642.35
HexB0285704D331F1533f2a
Octal26050127011563375237752
Binary1011000010100010101110100110111001111111101010011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02857; }

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

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

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

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

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

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

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

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