Shades of Old Rose #B8205C
Tints of Old Rose #B8205C
RGB
CMYK
RGB Variations
Color information
#B8205C (or 0xB8205C) is known color: Old Rose. HEX triplet: B8, 20 and 5C. RGB value is (184,32,92). Sum of RGB (Red+Green+Blue) = 184+32+92=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B8205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8205C is #47DFA3. Grayscale: #545454. Windows color (decimal): -4710308 or 6037688. OLE color: 6037688.
HSL color Cylindrical-coordinate representation of color #B8205C: hue angle of 336.32º 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 #B8205C is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 92 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.28 |
| HSL | 336.32º | 0.7% | 0.42% | - |
| HSV(B) | 336.32º | 0.83% | 0.72% | - |
| XYZ | 22.22 | 12 | 11.27 | - |
| YUV | 84.29 | 132.36 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 92 | 0 | 0.83 | 0.50 | 0.28 | 336.32 | 0.7 | 0.42 |
| Hex | B8 | 20 | 5C | 0 | 53 | 32 | 1C | 150 | 46 | 2A |
| Octal | 270 | 40 | 134 | 0 | 123 | 62 | 34 | 520 | 106 | 52 |
| Binary | 10111000 | 100000 | 1011100 | 0 | 1010011 | 110010 | 11100 | 101010000 | 1000110 | 101010 |
Color Harmonies of #B8205C
Complementary color
Monochromatic Colors of #B8205C
Black with #B8205C
Text Example
Text Example
White with #B8205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8205C; }
p { color: rgb(184,32,92); }
H1.HeaderClassName
{
color: #B8205C;
}
.AnyTagClassName
{
color: #B8205C;
}
</style>
background-color css
<style>
a { background-color: #B8205C; }
a { background-color: rgb(184,32,92); }
div.DivClassName
{
background-color: #B8205C;
}
.BgClassName
{
background-color: #B8205C;
}
</style>
border-color css
<style>
span { border-color: #B8205C; }
span { border-color: rgb(184,32,92); }
td.TdClassName
{
border-color: #B8205C;
}
.TagClassName
{
border-color: #B8205C;
}
</style>