Shades of Old Rose #B82F47
Tints of Old Rose #B82F47
RGB
CMYK
RGB Variations
Color information
#B82F47 (or 0xB82F47) is known color: Old Rose. HEX triplet: B8, 2F and 47. RGB value is (184,47,71). Sum of RGB (Red+Green+Blue) = 184+47+71=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82F47 is #47D0B8. Grayscale: #5A5A5A. Windows color (decimal): -4706489 or 4665272. OLE color: 4665272.
HSL color Cylindrical-coordinate representation of color #B82F47: hue angle of 349.49º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B82F47 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 71 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.28 |
| HSL | 349.49º | 0.59% | 0.45% | - |
| HSV(B) | 349.49º | 0.74% | 0.72% | - |
| XYZ | 21.92 | 12.68 | 7.25 | - |
| YUV | 90.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 71 | 0 | 0.74 | 0.61 | 0.28 | 349.49 | 0.59 | 0.45 |
| Hex | B8 | 2F | 47 | 0 | 4A | 3D | 1C | 15D | 3B | 2D |
| Octal | 270 | 57 | 107 | 0 | 112 | 75 | 34 | 535 | 73 | 55 |
| Binary | 10111000 | 101111 | 1000111 | 0 | 1001010 | 111101 | 11100 | 101011101 | 111011 | 101101 |
Color Harmonies of #B82F47
Complementary color
Monochromatic Colors of #B82F47
Black with #B82F47
Text Example
Text Example
White with #B82F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F47; }
p { color: rgb(184,47,71); }
H1.HeaderClassName
{
color: #B82F47;
}
.AnyTagClassName
{
color: #B82F47;
}
</style>
background-color css
<style>
a { background-color: #B82F47; }
a { background-color: rgb(184,47,71); }
div.DivClassName
{
background-color: #B82F47;
}
.BgClassName
{
background-color: #B82F47;
}
</style>
border-color css
<style>
span { border-color: #B82F47; }
span { border-color: rgb(184,47,71); }
td.TdClassName
{
border-color: #B82F47;
}
.TagClassName
{
border-color: #B82F47;
}
</style>