Shades of Old Rose #B82D5C
Tints of Old Rose #B82D5C
RGB
CMYK
RGB Variations
Color information
#B82D5C (or 0xB82D5C) is known color: Old Rose. HEX triplet: B8, 2D and 5C. RGB value is (184,45,92). Sum of RGB (Red+Green+Blue) = 184+45+92=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82D5C is #47D2A3. Grayscale: #5B5B5B. Windows color (decimal): -4706980 or 6041016. OLE color: 6041016.
HSL color Cylindrical-coordinate representation of color #B82D5C: hue angle of 339.71º 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 #B82D5C is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 92 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.28 |
| HSL | 339.71º | 0.61% | 0.45% | - |
| HSV(B) | 339.71º | 0.76% | 0.72% | - |
| XYZ | 22.64 | 12.84 | 11.41 | - |
| YUV | 91.92 | 128.05 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 92 | 0 | 0.76 | 0.50 | 0.28 | 339.71 | 0.61 | 0.45 |
| Hex | B8 | 2D | 5C | 0 | 4C | 32 | 1C | 154 | 3D | 2D |
| Octal | 270 | 55 | 134 | 0 | 114 | 62 | 34 | 524 | 75 | 55 |
| Binary | 10111000 | 101101 | 1011100 | 0 | 1001100 | 110010 | 11100 | 101010100 | 111101 | 101101 |
Color Harmonies of #B82D5C
Complementary color
Monochromatic Colors of #B82D5C
Black with #B82D5C
Text Example
Text Example
White with #B82D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D5C; }
p { color: rgb(184,45,92); }
H1.HeaderClassName
{
color: #B82D5C;
}
.AnyTagClassName
{
color: #B82D5C;
}
</style>
background-color css
<style>
a { background-color: #B82D5C; }
a { background-color: rgb(184,45,92); }
div.DivClassName
{
background-color: #B82D5C;
}
.BgClassName
{
background-color: #B82D5C;
}
</style>
border-color css
<style>
span { border-color: #B82D5C; }
span { border-color: rgb(184,45,92); }
td.TdClassName
{
border-color: #B82D5C;
}
.TagClassName
{
border-color: #B82D5C;
}
</style>