Shades of Old Rose #B82D57
Tints of Old Rose #B82D57
RGB
CMYK
RGB Variations
Color information
#B82D57 (or 0xB82D57) is known color: Old Rose. HEX triplet: B8, 2D and 57. RGB value is (184,45,87). Sum of RGB (Red+Green+Blue) = 184+45+87=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82D57 is #47D2A8. Grayscale: #5B5B5B. Windows color (decimal): -4706985 or 5713336. OLE color: 5713336.
HSL color Cylindrical-coordinate representation of color #B82D57: hue angle of 341.87º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82D57 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 87 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.28 |
| HSL | 341.87º | 0.61% | 0.45% | - |
| HSV(B) | 341.87º | 0.76% | 0.72% | - |
| XYZ | 22.43 | 12.76 | 10.3 | - |
| YUV | 91.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 87 | 0 | 0.76 | 0.53 | 0.28 | 341.87 | 0.61 | 0.45 |
| Hex | B8 | 2D | 57 | 0 | 4C | 35 | 1C | 156 | 3D | 2D |
| Octal | 270 | 55 | 127 | 0 | 114 | 65 | 34 | 526 | 75 | 55 |
| Binary | 10111000 | 101101 | 1010111 | 0 | 1001100 | 110101 | 11100 | 101010110 | 111101 | 101101 |
Color Harmonies of #B82D57
Complementary color
Monochromatic Colors of #B82D57
Black with #B82D57
Text Example
Text Example
White with #B82D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D57; }
p { color: rgb(184,45,87); }
H1.HeaderClassName
{
color: #B82D57;
}
.AnyTagClassName
{
color: #B82D57;
}
</style>
background-color css
<style>
a { background-color: #B82D57; }
a { background-color: rgb(184,45,87); }
div.DivClassName
{
background-color: #B82D57;
}
.BgClassName
{
background-color: #B82D57;
}
</style>
border-color css
<style>
span { border-color: #B82D57; }
span { border-color: rgb(184,45,87); }
td.TdClassName
{
border-color: #B82D57;
}
.TagClassName
{
border-color: #B82D57;
}
</style>