#B5204C

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

Shades of Old Rose #B5204C

Tints of Old Rose #B5204C

Color information

#B5204C (or 0xB5204C) is unknown color: approx Old Rose. HEX triplet: B5, 20 and 4C. RGB value is (181,32,76). Sum of RGB (Red+Green+Blue) = 181+32+76=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B5204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5204C is #4ADFB3. Grayscale: #515151. Windows color (decimal): -4906932 or 4989109. OLE color: 4989109.

HSL color Cylindrical-coordinate representation of color #B5204C: hue angle of 342.28º 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 #B5204C is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1813276-
CMYK00.820.580.29
HSL342.28º69.95%41.76%-
HSV(B)342.28º82.32%70.98%-
XYZ20.8811.387.93-
YUV81.57124.86198.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.63%
GREEN value IS 32 (12.89% from 255) = 11.07%
BLUE value IS 76 (30.08% from 255) = 26.30%
R=62.63%
G=11.07%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181327600.820.580.29342.2869.9541.76
HexB5204C0523A1D156462a
Octal265401140122723552610652
Binary10110101100000100110001010010111010111011010101101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5204C; }

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

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

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

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

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

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

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

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