Shades of Old Rose #B82D5D
Tints of Old Rose #B82D5D
RGB
CMYK
RGB Variations
Color information
#B82D5D (or 0xB82D5D) is known color: Old Rose. HEX triplet: B8, 2D and 5D. RGB value is (184,45,93). Sum of RGB (Red+Green+Blue) = 184+45+93=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82D5D is #47D2A2. Grayscale: #5B5B5B. Windows color (decimal): -4706979 or 6106552. OLE color: 6106552.
HSL color Cylindrical-coordinate representation of color #B82D5D: hue angle of 339.28º 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 #B82D5D is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 93 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.28 |
| HSL | 339.28º | 0.61% | 0.45% | - |
| HSV(B) | 339.28º | 0.76% | 0.72% | - |
| XYZ | 22.68 | 12.86 | 11.64 | - |
| YUV | 92.03 | 128.55 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 93 | 0 | 0.76 | 0.49 | 0.28 | 339.28 | 0.61 | 0.45 |
| Hex | B8 | 2D | 5D | 0 | 4C | 31 | 1C | 153 | 3D | 2D |
| Octal | 270 | 55 | 135 | 0 | 114 | 61 | 34 | 523 | 75 | 55 |
| Binary | 10111000 | 101101 | 1011101 | 0 | 1001100 | 110001 | 11100 | 101010011 | 111101 | 101101 |
Color Harmonies of #B82D5D
Complementary color
Monochromatic Colors of #B82D5D
Black with #B82D5D
Text Example
Text Example
White with #B82D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D5D; }
p { color: rgb(184,45,93); }
H1.HeaderClassName
{
color: #B82D5D;
}
.AnyTagClassName
{
color: #B82D5D;
}
</style>
background-color css
<style>
a { background-color: #B82D5D; }
a { background-color: rgb(184,45,93); }
div.DivClassName
{
background-color: #B82D5D;
}
.BgClassName
{
background-color: #B82D5D;
}
</style>
border-color css
<style>
span { border-color: #B82D5D; }
span { border-color: rgb(184,45,93); }
td.TdClassName
{
border-color: #B82D5D;
}
.TagClassName
{
border-color: #B82D5D;
}
</style>