Shades of Old Rose #B82852
Tints of Old Rose #B82852
RGB
CMYK
RGB Variations
Color information
#B82852 (or 0xB82852) is known color: Old Rose. HEX triplet: B8, 28 and 52. RGB value is (184,40,82). Sum of RGB (Red+Green+Blue) = 184+40+82=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B82852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82852 is #47D7AD. Grayscale: #575757. Windows color (decimal): -4708270 or 5384376. OLE color: 5384376.
HSL color Cylindrical-coordinate representation of color #B82852: hue angle of 342.5º 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 #B82852 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 82 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.28 |
| HSL | 342.5º | 0.64% | 0.44% | - |
| HSV(B) | 342.5º | 0.78% | 0.72% | - |
| XYZ | 22.05 | 12.32 | 9.2 | - |
| YUV | 87.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 82 | 0 | 0.78 | 0.55 | 0.28 | 342.5 | 0.64 | 0.44 |
| Hex | B8 | 28 | 52 | 0 | 4E | 37 | 1C | 156 | 40 | 2C |
| Octal | 270 | 50 | 122 | 0 | 116 | 67 | 34 | 526 | 100 | 54 |
| Binary | 10111000 | 101000 | 1010010 | 0 | 1001110 | 110111 | 11100 | 101010110 | 1000000 | 101100 |
Color Harmonies of #B82852
Complementary color
Monochromatic Colors of #B82852
Black with #B82852
Text Example
Text Example
White with #B82852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82852; }
p { color: rgb(184,40,82); }
H1.HeaderClassName
{
color: #B82852;
}
.AnyTagClassName
{
color: #B82852;
}
</style>
background-color css
<style>
a { background-color: #B82852; }
a { background-color: rgb(184,40,82); }
div.DivClassName
{
background-color: #B82852;
}
.BgClassName
{
background-color: #B82852;
}
</style>
border-color css
<style>
span { border-color: #B82852; }
span { border-color: rgb(184,40,82); }
td.TdClassName
{
border-color: #B82852;
}
.TagClassName
{
border-color: #B82852;
}
</style>