Shades of Old Rose #B82255
Tints of Old Rose #B82255
RGB
CMYK
RGB Variations
Color information
#B82255 (or 0xB82255) is known color: Old Rose. HEX triplet: B8, 22 and 55. RGB value is (184,34,85). Sum of RGB (Red+Green+Blue) = 184+34+85=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B82255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82255 is #47DDAA. Grayscale: #545454. Windows color (decimal): -4709803 or 5579448. OLE color: 5579448.
HSL color Cylindrical-coordinate representation of color #B82255: hue angle of 339.6º 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 #B82255 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 85 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.28 |
| HSL | 339.6º | 0.69% | 0.43% | - |
| HSV(B) | 339.6º | 0.82% | 0.72% | - |
| XYZ | 21.98 | 11.99 | 9.75 | - |
| YUV | 84.66 | 128.2 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 85 | 0 | 0.82 | 0.54 | 0.28 | 339.6 | 0.69 | 0.43 |
| Hex | B8 | 22 | 55 | 0 | 52 | 36 | 1C | 154 | 45 | 2B |
| Octal | 270 | 42 | 125 | 0 | 122 | 66 | 34 | 524 | 105 | 53 |
| Binary | 10111000 | 100010 | 1010101 | 0 | 1010010 | 110110 | 11100 | 101010100 | 1000101 | 101011 |
Color Harmonies of #B82255
Complementary color
Monochromatic Colors of #B82255
Black with #B82255
Text Example
Text Example
White with #B82255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82255; }
p { color: rgb(184,34,85); }
H1.HeaderClassName
{
color: #B82255;
}
.AnyTagClassName
{
color: #B82255;
}
</style>
background-color css
<style>
a { background-color: #B82255; }
a { background-color: rgb(184,34,85); }
div.DivClassName
{
background-color: #B82255;
}
.BgClassName
{
background-color: #B82255;
}
</style>
border-color css
<style>
span { border-color: #B82255; }
span { border-color: rgb(184,34,85); }
td.TdClassName
{
border-color: #B82255;
}
.TagClassName
{
border-color: #B82255;
}
</style>