#B32857

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

Shades of Old Rose #B32857

Tints of Old Rose #B32857

Color information

#B32857 (or 0xB32857) is unknown color: approx Old Rose. HEX triplet: B3, 28 and 57. RGB value is (179,40,87). Sum of RGB (Red+Green+Blue) = 179+40+87=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B32857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32857 is #4CD7A8. Grayscale: #565656. Windows color (decimal): -5035945 or 5712051. OLE color: 5712051.

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

Color convert

RGB1794087-
CMYK00.780.510.30
HSL339.71º63.47%42.94%-
HSV(B)339.71º77.65%70.2%-
XYZ21.0711.7910.18-
YUV86.92128.05193.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.50%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 87 (34.38% from 255) = 28.43%
R=58.50%
G=13.07%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179408700.780.510.30339.7163.4742.94
HexB3285704E331E1543f2b
Octal26350127011663365247753
Binary1011001110100010101110100111011001111110101010100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32857; }

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

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

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

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

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

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

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

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