#B5204E

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

Shades of Old Rose #B5204E

Tints of Old Rose #B5204E

Color information

#B5204E (or 0xB5204E) is unknown color: approx Old Rose. HEX triplet: B5, 20 and 4E. RGB value is (181,32,78). Sum of RGB (Red+Green+Blue) = 181+32+78=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B5204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5204E is #4ADFB1. Grayscale: #515151. Windows color (decimal): -4906930 or 5120181. OLE color: 5120181.

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

Color convert

RGB1813278-
CMYK00.820.570.29
HSL341.48º69.95%41.76%-
HSV(B)341.48º82.32%70.98%-
XYZ20.9511.418.31-
YUV81.79125.86198.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.20%
GREEN value IS 32 (12.89% from 255) = 11.00%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=62.20%
G=11.00%
B=26.80%

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
Decimal181327800.820.570.29341.4869.9541.76
HexB5204E052391D155462a
Octal265401160122713552510652
Binary10110101100000100111001010010111001111011010101011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5204E; }

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

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

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

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

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

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

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

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