Shades of Old Rose #B5204D
Tints of Old Rose #B5204D
RGB
CMYK
RGB Variations
Color information
#B5204D (or 0xB5204D) is known color: 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
| RGB | 181 | 32 | 77 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.29 |
| HSL | 341.88º | 0.7% | 0.42% | - |
| HSV(B) | 341.88º | 0.82% | 0.71% | - |
| XYZ | 20.91 | 11.39 | 8.12 | - |
| YUV | 81.68 | 125.36 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 77 | 0 | 0.82 | 0.57 | 0.29 | 341.88 | 0.7 | 0.42 |
| Hex | B5 | 20 | 4D | 0 | 52 | 39 | 1D | 156 | 46 | 2A |
| Octal | 265 | 40 | 115 | 0 | 122 | 71 | 35 | 526 | 106 | 52 |
| Binary | 10110101 | 100000 | 1001101 | 0 | 1010010 | 111001 | 11101 | 101010110 | 1000110 | 101010 |
Color Harmonies of #B5204D
Complementary color
Monochromatic Colors of #B5204D
Black with #B5204D
Text Example
Text Example
White with #B5204D
Text Example
Text Example
HTML Codes & Css Web 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>