Shades of Old Rose #B82056
Tints of Old Rose #B82056
RGB
CMYK
RGB Variations
Color information
#B82056 (or 0xB82056) is known color: Old Rose. HEX triplet: B8, 20 and 56. RGB value is (184,32,86). Sum of RGB (Red+Green+Blue) = 184+32+86=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B82056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82056 is #47DFA9. Grayscale: #535353. Windows color (decimal): -4710314 or 5644472. OLE color: 5644472.
HSL color Cylindrical-coordinate representation of color #B82056: hue angle of 338.68º 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 #B82056 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 86 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.28 |
| HSL | 338.68º | 0.7% | 0.42% | - |
| HSV(B) | 338.68º | 0.83% | 0.72% | - |
| XYZ | 21.96 | 11.9 | 9.94 | - |
| YUV | 83.6 | 129.36 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 86 | 0 | 0.83 | 0.53 | 0.28 | 338.68 | 0.7 | 0.42 |
| Hex | B8 | 20 | 56 | 0 | 53 | 35 | 1C | 153 | 46 | 2A |
| Octal | 270 | 40 | 126 | 0 | 123 | 65 | 34 | 523 | 106 | 52 |
| Binary | 10111000 | 100000 | 1010110 | 0 | 1010011 | 110101 | 11100 | 101010011 | 1000110 | 101010 |
Color Harmonies of #B82056
Complementary color
Monochromatic Colors of #B82056
Black with #B82056
Text Example
Text Example
White with #B82056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82056; }
p { color: rgb(184,32,86); }
H1.HeaderClassName
{
color: #B82056;
}
.AnyTagClassName
{
color: #B82056;
}
</style>
background-color css
<style>
a { background-color: #B82056; }
a { background-color: rgb(184,32,86); }
div.DivClassName
{
background-color: #B82056;
}
.BgClassName
{
background-color: #B82056;
}
</style>
border-color css
<style>
span { border-color: #B82056; }
span { border-color: rgb(184,32,86); }
td.TdClassName
{
border-color: #B82056;
}
.TagClassName
{
border-color: #B82056;
}
</style>