Shades of Old Rose #B82849
Tints of Old Rose #B82849
RGB
CMYK
RGB Variations
Color information
#B82849 (or 0xB82849) is known color: Old Rose. HEX triplet: B8, 28 and 49. RGB value is (184,40,73). Sum of RGB (Red+Green+Blue) = 184+40+73=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B82849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82849 is #47D7B6. Grayscale: #565656. Windows color (decimal): -4708279 or 4794552. OLE color: 4794552.
HSL color Cylindrical-coordinate representation of color #B82849: hue angle of 346.25º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82849 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 73 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.28 |
| HSL | 346.25º | 0.64% | 0.44% | - |
| HSV(B) | 346.25º | 0.78% | 0.72% | - |
| XYZ | 21.73 | 12.19 | 7.51 | - |
| YUV | 86.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 73 | 0 | 0.78 | 0.60 | 0.28 | 346.25 | 0.64 | 0.44 |
| Hex | B8 | 28 | 49 | 0 | 4E | 3C | 1C | 15A | 40 | 2C |
| Octal | 270 | 50 | 111 | 0 | 116 | 74 | 34 | 532 | 100 | 54 |
| Binary | 10111000 | 101000 | 1001001 | 0 | 1001110 | 111100 | 11100 | 101011010 | 1000000 | 101100 |
Color Harmonies of #B82849
Complementary color
Monochromatic Colors of #B82849
Black with #B82849
Text Example
Text Example
White with #B82849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82849; }
p { color: rgb(184,40,73); }
H1.HeaderClassName
{
color: #B82849;
}
.AnyTagClassName
{
color: #B82849;
}
</style>
background-color css
<style>
a { background-color: #B82849; }
a { background-color: rgb(184,40,73); }
div.DivClassName
{
background-color: #B82849;
}
.BgClassName
{
background-color: #B82849;
}
</style>
border-color css
<style>
span { border-color: #B82849; }
span { border-color: rgb(184,40,73); }
td.TdClassName
{
border-color: #B82849;
}
.TagClassName
{
border-color: #B82849;
}
</style>