Shades of Old Rose #B82D4D
Tints of Old Rose #B82D4D
RGB
CMYK
RGB Variations
Color information
#B82D4D (or 0xB82D4D) is known color: Old Rose. HEX triplet: B8, 2D and 4D. RGB value is (184,45,77). Sum of RGB (Red+Green+Blue) = 184+45+77=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82D4D is #47D2B2. Grayscale: #5A5A5A. Windows color (decimal): -4706995 or 5057976. OLE color: 5057976.
HSL color Cylindrical-coordinate representation of color #B82D4D: hue angle of 346.19º 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 #B82D4D is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 77 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.28 |
| HSL | 346.19º | 0.61% | 0.45% | - |
| HSV(B) | 346.19º | 0.76% | 0.72% | - |
| XYZ | 22.05 | 12.6 | 8.29 | - |
| YUV | 90.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 77 | 0 | 0.76 | 0.58 | 0.28 | 346.19 | 0.61 | 0.45 |
| Hex | B8 | 2D | 4D | 0 | 4C | 3A | 1C | 15A | 3D | 2D |
| Octal | 270 | 55 | 115 | 0 | 114 | 72 | 34 | 532 | 75 | 55 |
| Binary | 10111000 | 101101 | 1001101 | 0 | 1001100 | 111010 | 11100 | 101011010 | 111101 | 101101 |
Color Harmonies of #B82D4D
Complementary color
Monochromatic Colors of #B82D4D
Black with #B82D4D
Text Example
Text Example
White with #B82D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D4D; }
p { color: rgb(184,45,77); }
H1.HeaderClassName
{
color: #B82D4D;
}
.AnyTagClassName
{
color: #B82D4D;
}
</style>
background-color css
<style>
a { background-color: #B82D4D; }
a { background-color: rgb(184,45,77); }
div.DivClassName
{
background-color: #B82D4D;
}
.BgClassName
{
background-color: #B82D4D;
}
</style>
border-color css
<style>
span { border-color: #B82D4D; }
span { border-color: rgb(184,45,77); }
td.TdClassName
{
border-color: #B82D4D;
}
.TagClassName
{
border-color: #B82D4D;
}
</style>