Shades of Old Rose #B82851
Tints of Old Rose #B82851
RGB
CMYK
RGB Variations
Color information
#B82851 (or 0xB82851) is known color: Old Rose. HEX triplet: B8, 28 and 51. RGB value is (184,40,81). Sum of RGB (Red+Green+Blue) = 184+40+81=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B82851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82851 is #47D7AE. Grayscale: #575757. Windows color (decimal): -4708271 or 5318840. OLE color: 5318840.
HSL color Cylindrical-coordinate representation of color #B82851: hue angle of 342.92º 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 #B82851 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 81 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.28 |
| HSL | 342.92º | 0.64% | 0.44% | - |
| HSV(B) | 342.92º | 0.78% | 0.72% | - |
| XYZ | 22.01 | 12.3 | 9 | - |
| YUV | 87.73 | 124.21 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 81 | 0 | 0.78 | 0.56 | 0.28 | 342.92 | 0.64 | 0.44 |
| Hex | B8 | 28 | 51 | 0 | 4E | 38 | 1C | 157 | 40 | 2C |
| Octal | 270 | 50 | 121 | 0 | 116 | 70 | 34 | 527 | 100 | 54 |
| Binary | 10111000 | 101000 | 1010001 | 0 | 1001110 | 111000 | 11100 | 101010111 | 1000000 | 101100 |
Color Harmonies of #B82851
Complementary color
Monochromatic Colors of #B82851
Black with #B82851
Text Example
Text Example
White with #B82851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82851; }
p { color: rgb(184,40,81); }
H1.HeaderClassName
{
color: #B82851;
}
.AnyTagClassName
{
color: #B82851;
}
</style>
background-color css
<style>
a { background-color: #B82851; }
a { background-color: rgb(184,40,81); }
div.DivClassName
{
background-color: #B82851;
}
.BgClassName
{
background-color: #B82851;
}
</style>
border-color css
<style>
span { border-color: #B82851; }
span { border-color: rgb(184,40,81); }
td.TdClassName
{
border-color: #B82851;
}
.TagClassName
{
border-color: #B82851;
}
</style>