#B32457

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

Shades of Old Rose #B32457

Tints of Old Rose #B32457

Color information

#B32457 (or 0xB32457) is unknown color: approx Old Rose. HEX triplet: B3, 24 and 57. RGB value is (179,36,87). Sum of RGB (Red+Green+Blue) = 179+36+87=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B32457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32457 is #4CDBA8. Grayscale: #545454. Windows color (decimal): -5036969 or 5711027. OLE color: 5711027.

HSL color Cylindrical-coordinate representation of color #B32457: hue angle of 338.6º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32457 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB1793687-
CMYK00.800.510.30
HSL338.6º66.51%42.16%-
HSV(B)338.6º79.89%70.2%-
XYZ20.9411.5310.14-
YUV84.57129.38195.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.27%
GREEN value IS 36 (14.45% from 255) = 11.92%
BLUE value IS 87 (34.38% from 255) = 28.81%
R=59.27%
G=11.92%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179368700.800.510.30338.666.5142.16
HexB32457050331E153432a
Octal263441270120633652310352
Binary10110011100100101011101010000110011111101010100111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32457; }

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

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

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

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

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

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

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

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