#B52056

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

Shades of Old Rose #B52056

Tints of Old Rose #B52056

Color information

#B52056 (or 0xB52056) is unknown color: approx Old Rose. HEX triplet: B5, 20 and 56. RGB value is (181,32,86). Sum of RGB (Red+Green+Blue) = 181+32+86=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B52056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52056 is #4ADFA9. Grayscale: #525252. Windows color (decimal): -4906922 or 5644469. OLE color: 5644469.

HSL color Cylindrical-coordinate representation of color #B52056: hue angle of 338.26º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52056 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB1813286-
CMYK00.820.520.29
HSL338.26º69.95%41.76%-
HSV(B)338.26º82.32%70.98%-
XYZ21.2511.539.91-
YUV82.71129.86198.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.54%
GREEN value IS 32 (12.89% from 255) = 10.70%
BLUE value IS 86 (33.98% from 255) = 28.76%
R=60.54%
G=10.70%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181328600.820.520.29338.2669.9541.76
HexB52056052341D152462a
Octal265401260122643552210652
Binary10110101100000101011001010010110100111011010100101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52056; }

 p { color: rgb(181,32,86); }

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

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

 a { background-color: rgb(181,32,86); }

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

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

 span { border-color: rgb(181,32,86); }

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