Shades of Old Rose #B82F44
Tints of Old Rose #B82F44
RGB
CMYK
RGB Variations
Color information
#B82F44 (or 0xB82F44) is known color: Old Rose. HEX triplet: B8, 2F and 44. RGB value is (184,47,68). Sum of RGB (Red+Green+Blue) = 184+47+68=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82F44 is #47D0BB. Grayscale: #5A5A5A. Windows color (decimal): -4706492 or 4468664. OLE color: 4468664.
HSL color Cylindrical-coordinate representation of color #B82F44: hue angle of 350.8º 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 #B82F44 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 68 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.28 |
| HSL | 350.8º | 0.59% | 0.45% | - |
| HSV(B) | 350.8º | 0.74% | 0.72% | - |
| XYZ | 21.83 | 12.64 | 6.76 | - |
| YUV | 90.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 68 | 0 | 0.74 | 0.63 | 0.28 | 350.8 | 0.59 | 0.45 |
| Hex | B8 | 2F | 44 | 0 | 4A | 3F | 1C | 15F | 3B | 2D |
| Octal | 270 | 57 | 104 | 0 | 112 | 77 | 34 | 537 | 73 | 55 |
| Binary | 10111000 | 101111 | 1000100 | 0 | 1001010 | 111111 | 11100 | 101011111 | 111011 | 101101 |
Color Harmonies of #B82F44
Complementary color
Monochromatic Colors of #B82F44
Black with #B82F44
Text Example
Text Example
White with #B82F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F44; }
p { color: rgb(184,47,68); }
H1.HeaderClassName
{
color: #B82F44;
}
.AnyTagClassName
{
color: #B82F44;
}
</style>
background-color css
<style>
a { background-color: #B82F44; }
a { background-color: rgb(184,47,68); }
div.DivClassName
{
background-color: #B82F44;
}
.BgClassName
{
background-color: #B82F44;
}
</style>
border-color css
<style>
span { border-color: #B82F44; }
span { border-color: rgb(184,47,68); }
td.TdClassName
{
border-color: #B82F44;
}
.TagClassName
{
border-color: #B82F44;
}
</style>