Shades of Old Rose #B82256
Tints of Old Rose #B82256
RGB
CMYK
RGB Variations
Color information
#B82256 (or 0xB82256) is known color: Old Rose. HEX triplet: B8, 22 and 56. RGB value is (184,34,86). Sum of RGB (Red+Green+Blue) = 184+34+86=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B82256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82256 is #47DDA9. Grayscale: #545454. Windows color (decimal): -4709802 or 5644984. OLE color: 5644984.
HSL color Cylindrical-coordinate representation of color #B82256: hue angle of 339.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82256 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 86 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.28 |
| HSL | 339.2º | 0.69% | 0.43% | - |
| HSV(B) | 339.2º | 0.82% | 0.72% | - |
| XYZ | 22.02 | 12.01 | 9.96 | - |
| YUV | 84.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 86 | 0 | 0.82 | 0.53 | 0.28 | 339.2 | 0.69 | 0.43 |
| Hex | B8 | 22 | 56 | 0 | 52 | 35 | 1C | 153 | 45 | 2B |
| Octal | 270 | 42 | 126 | 0 | 122 | 65 | 34 | 523 | 105 | 53 |
| Binary | 10111000 | 100010 | 1010110 | 0 | 1010010 | 110101 | 11100 | 101010011 | 1000101 | 101011 |
Color Harmonies of #B82256
Complementary color
Monochromatic Colors of #B82256
Black with #B82256
Text Example
Text Example
White with #B82256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82256; }
p { color: rgb(184,34,86); }
H1.HeaderClassName
{
color: #B82256;
}
.AnyTagClassName
{
color: #B82256;
}
</style>
background-color css
<style>
a { background-color: #B82256; }
a { background-color: rgb(184,34,86); }
div.DivClassName
{
background-color: #B82256;
}
.BgClassName
{
background-color: #B82256;
}
</style>
border-color css
<style>
span { border-color: #B82256; }
span { border-color: rgb(184,34,86); }
td.TdClassName
{
border-color: #B82256;
}
.TagClassName
{
border-color: #B82256;
}
</style>