Shades of Old Rose #B82047
Tints of Old Rose #B82047
RGB
CMYK
RGB Variations
Color information
#B82047 (or 0xB82047) is known color: Old Rose. HEX triplet: B8, 20 and 47. RGB value is (184,32,71). Sum of RGB (Red+Green+Blue) = 184+32+71=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B82047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82047 is #47DFB8. Grayscale: #515151. Windows color (decimal): -4710329 or 4661432. OLE color: 4661432.
HSL color Cylindrical-coordinate representation of color #B82047: hue angle of 344.61º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82047 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 71 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.28 |
| HSL | 344.61º | 0.7% | 0.42% | - |
| HSV(B) | 344.61º | 0.83% | 0.72% | - |
| XYZ | 21.42 | 11.68 | 7.09 | - |
| YUV | 81.89 | 121.86 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 71 | 0 | 0.83 | 0.61 | 0.28 | 344.61 | 0.7 | 0.42 |
| Hex | B8 | 20 | 47 | 0 | 53 | 3D | 1C | 159 | 46 | 2A |
| Octal | 270 | 40 | 107 | 0 | 123 | 75 | 34 | 531 | 106 | 52 |
| Binary | 10111000 | 100000 | 1000111 | 0 | 1010011 | 111101 | 11100 | 101011001 | 1000110 | 101010 |
Color Harmonies of #B82047
Complementary color
Monochromatic Colors of #B82047
Black with #B82047
Text Example
Text Example
White with #B82047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82047; }
p { color: rgb(184,32,71); }
H1.HeaderClassName
{
color: #B82047;
}
.AnyTagClassName
{
color: #B82047;
}
</style>
background-color css
<style>
a { background-color: #B82047; }
a { background-color: rgb(184,32,71); }
div.DivClassName
{
background-color: #B82047;
}
.BgClassName
{
background-color: #B82047;
}
</style>
border-color css
<style>
span { border-color: #B82047; }
span { border-color: rgb(184,32,71); }
td.TdClassName
{
border-color: #B82047;
}
.TagClassName
{
border-color: #B82047;
}
</style>