Shades of Old Rose #B82C52
Tints of Old Rose #B82C52
RGB
CMYK
RGB Variations
Color information
#B82C52 (or 0xB82C52) is known color: Old Rose. HEX triplet: B8, 2C and 52. RGB value is (184,44,82). Sum of RGB (Red+Green+Blue) = 184+44+82=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82C52 is #47D3AD. Grayscale: #5A5A5A. Windows color (decimal): -4707246 or 5385400. OLE color: 5385400.
HSL color Cylindrical-coordinate representation of color #B82C52: hue angle of 343.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 #B82C52 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 82 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.28 |
| HSL | 343.71º | 0.61% | 0.45% | - |
| HSV(B) | 343.71º | 0.76% | 0.72% | - |
| XYZ | 22.19 | 12.6 | 9.25 | - |
| YUV | 90.19 | 123.38 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 82 | 0 | 0.76 | 0.55 | 0.28 | 343.71 | 0.61 | 0.45 |
| Hex | B8 | 2C | 52 | 0 | 4C | 37 | 1C | 158 | 3D | 2D |
| Octal | 270 | 54 | 122 | 0 | 114 | 67 | 34 | 530 | 75 | 55 |
| Binary | 10111000 | 101100 | 1010010 | 0 | 1001100 | 110111 | 11100 | 101011000 | 111101 | 101101 |
Color Harmonies of #B82C52
Complementary color
Monochromatic Colors of #B82C52
Black with #B82C52
Text Example
Text Example
White with #B82C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C52; }
p { color: rgb(184,44,82); }
H1.HeaderClassName
{
color: #B82C52;
}
.AnyTagClassName
{
color: #B82C52;
}
</style>
background-color css
<style>
a { background-color: #B82C52; }
a { background-color: rgb(184,44,82); }
div.DivClassName
{
background-color: #B82C52;
}
.BgClassName
{
background-color: #B82C52;
}
</style>
border-color css
<style>
span { border-color: #B82C52; }
span { border-color: rgb(184,44,82); }
td.TdClassName
{
border-color: #B82C52;
}
.TagClassName
{
border-color: #B82C52;
}
</style>