#B5204D

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

Shades of Old Rose #B5204D

Tints of Old Rose #B5204D

Color information

#B5204D (or 0xB5204D) is unknown color: approx Old Rose. HEX triplet: B5, 20 and 4D. RGB value is (181,32,77). Sum of RGB (Red+Green+Blue) = 181+32+77=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B5204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5204D is #4ADFB2. Grayscale: #515151. Windows color (decimal): -4906931 or 5054645. OLE color: 5054645.

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

Color convert

RGB1813277-
CMYK00.820.570.29
HSL341.88º69.95%41.76%-
HSV(B)341.88º82.32%70.98%-
XYZ20.9111.398.12-
YUV81.68125.36198.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.41%
GREEN value IS 32 (12.89% from 255) = 11.03%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=62.41%
G=11.03%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181327700.820.570.29341.8869.9541.76
HexB5204D052391D156462a
Octal265401150122713552610652
Binary10110101100000100110101010010111001111011010101101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5204D; }

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

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

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

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

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

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

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

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