Shades of Old Rose #B82C5E
Tints of Old Rose #B82C5E
RGB
CMYK
RGB Variations
Color information
#B82C5E (or 0xB82C5E) is known color: Old Rose. HEX triplet: B8, 2C and 5E. RGB value is (184,44,94). Sum of RGB (Red+Green+Blue) = 184+44+94=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82C5E is #47D3A1. Grayscale: #5B5B5B. Windows color (decimal): -4707234 or 6171832. OLE color: 6171832.
HSL color Cylindrical-coordinate representation of color #B82C5E: hue angle of 338.57º 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 #B82C5E is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 94 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.28 |
| HSL | 338.57º | 0.61% | 0.45% | - |
| HSV(B) | 338.57º | 0.76% | 0.72% | - |
| XYZ | 22.69 | 12.8 | 11.86 | - |
| YUV | 91.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 94 | 0 | 0.76 | 0.49 | 0.28 | 338.57 | 0.61 | 0.45 |
| Hex | B8 | 2C | 5E | 0 | 4C | 31 | 1C | 153 | 3D | 2D |
| Octal | 270 | 54 | 136 | 0 | 114 | 61 | 34 | 523 | 75 | 55 |
| Binary | 10111000 | 101100 | 1011110 | 0 | 1001100 | 110001 | 11100 | 101010011 | 111101 | 101101 |
Color Harmonies of #B82C5E
Complementary color
Monochromatic Colors of #B82C5E
Black with #B82C5E
Text Example
Text Example
White with #B82C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C5E; }
p { color: rgb(184,44,94); }
H1.HeaderClassName
{
color: #B82C5E;
}
.AnyTagClassName
{
color: #B82C5E;
}
</style>
background-color css
<style>
a { background-color: #B82C5E; }
a { background-color: rgb(184,44,94); }
div.DivClassName
{
background-color: #B82C5E;
}
.BgClassName
{
background-color: #B82C5E;
}
</style>
border-color css
<style>
span { border-color: #B82C5E; }
span { border-color: rgb(184,44,94); }
td.TdClassName
{
border-color: #B82C5E;
}
.TagClassName
{
border-color: #B82C5E;
}
</style>