Shades of Old Rose #B8205D
Tints of Old Rose #B8205D
RGB
CMYK
RGB Variations
Color information
#B8205D (or 0xB8205D) is known color: Old Rose. HEX triplet: B8, 20 and 5D. RGB value is (184,32,93). Sum of RGB (Red+Green+Blue) = 184+32+93=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B8205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8205D is #47DFA2. Grayscale: #545454. Windows color (decimal): -4710307 or 6103224. OLE color: 6103224.
HSL color Cylindrical-coordinate representation of color #B8205D: hue angle of 335.92º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8205D is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 93 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.28 |
| HSL | 335.92º | 0.7% | 0.42% | - |
| HSV(B) | 335.92º | 0.83% | 0.72% | - |
| XYZ | 22.26 | 12.01 | 11.5 | - |
| YUV | 84.4 | 132.86 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 93 | 0 | 0.83 | 0.49 | 0.28 | 335.92 | 0.7 | 0.42 |
| Hex | B8 | 20 | 5D | 0 | 53 | 31 | 1C | 150 | 46 | 2A |
| Octal | 270 | 40 | 135 | 0 | 123 | 61 | 34 | 520 | 106 | 52 |
| Binary | 10111000 | 100000 | 1011101 | 0 | 1010011 | 110001 | 11100 | 101010000 | 1000110 | 101010 |
Color Harmonies of #B8205D
Complementary color
Monochromatic Colors of #B8205D
Black with #B8205D
Text Example
Text Example
White with #B8205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8205D; }
p { color: rgb(184,32,93); }
H1.HeaderClassName
{
color: #B8205D;
}
.AnyTagClassName
{
color: #B8205D;
}
</style>
background-color css
<style>
a { background-color: #B8205D; }
a { background-color: rgb(184,32,93); }
div.DivClassName
{
background-color: #B8205D;
}
.BgClassName
{
background-color: #B8205D;
}
</style>
border-color css
<style>
span { border-color: #B8205D; }
span { border-color: rgb(184,32,93); }
td.TdClassName
{
border-color: #B8205D;
}
.TagClassName
{
border-color: #B8205D;
}
</style>