Shades of Old Rose #B82F51
Tints of Old Rose #B82F51
RGB
CMYK
RGB Variations
Color information
#B82F51 (or 0xB82F51) is known color: Old Rose. HEX triplet: B8, 2F and 51. RGB value is (184,47,81). Sum of RGB (Red+Green+Blue) = 184+47+81=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82F51 is #47D0AE. Grayscale: #5B5B5B. Windows color (decimal): -4706479 or 5320632. OLE color: 5320632.
HSL color Cylindrical-coordinate representation of color #B82F51: hue angle of 345.11º 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 #B82F51 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 81 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.28 |
| HSL | 345.11º | 0.59% | 0.45% | - |
| HSV(B) | 345.11º | 0.74% | 0.72% | - |
| XYZ | 22.27 | 12.82 | 9.08 | - |
| YUV | 91.84 | 121.89 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 81 | 0 | 0.74 | 0.56 | 0.28 | 345.11 | 0.59 | 0.45 |
| Hex | B8 | 2F | 51 | 0 | 4A | 38 | 1C | 159 | 3B | 2D |
| Octal | 270 | 57 | 121 | 0 | 112 | 70 | 34 | 531 | 73 | 55 |
| Binary | 10111000 | 101111 | 1010001 | 0 | 1001010 | 111000 | 11100 | 101011001 | 111011 | 101101 |
Color Harmonies of #B82F51
Complementary color
Monochromatic Colors of #B82F51
Black with #B82F51
Text Example
Text Example
White with #B82F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F51; }
p { color: rgb(184,47,81); }
H1.HeaderClassName
{
color: #B82F51;
}
.AnyTagClassName
{
color: #B82F51;
}
</style>
background-color css
<style>
a { background-color: #B82F51; }
a { background-color: rgb(184,47,81); }
div.DivClassName
{
background-color: #B82F51;
}
.BgClassName
{
background-color: #B82F51;
}
</style>
border-color css
<style>
span { border-color: #B82F51; }
span { border-color: rgb(184,47,81); }
td.TdClassName
{
border-color: #B82F51;
}
.TagClassName
{
border-color: #B82F51;
}
</style>