Shades of Old Rose #B82A5E
Tints of Old Rose #B82A5E
RGB
CMYK
RGB Variations
Color information
#B82A5E (or 0xB82A5E) is known color: Old Rose. HEX triplet: B8, 2A and 5E. RGB value is (184,42,94). Sum of RGB (Red+Green+Blue) = 184+42+94=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82A5E is #47D5A1. Grayscale: #5A5A5A. Windows color (decimal): -4707746 or 6171320. OLE color: 6171320.
HSL color Cylindrical-coordinate representation of color #B82A5E: hue angle of 338.03º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82A5E is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 94 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.28 |
| HSL | 338.03º | 0.63% | 0.44% | - |
| HSV(B) | 338.03º | 0.77% | 0.72% | - |
| XYZ | 22.62 | 12.65 | 11.84 | - |
| YUV | 90.39 | 130.04 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 94 | 0 | 0.77 | 0.49 | 0.28 | 338.03 | 0.63 | 0.44 |
| Hex | B8 | 2A | 5E | 0 | 4D | 31 | 1C | 152 | 3F | 2C |
| Octal | 270 | 52 | 136 | 0 | 115 | 61 | 34 | 522 | 77 | 54 |
| Binary | 10111000 | 101010 | 1011110 | 0 | 1001101 | 110001 | 11100 | 101010010 | 111111 | 101100 |
Color Harmonies of #B82A5E
Complementary color
Monochromatic Colors of #B82A5E
Black with #B82A5E
Text Example
Text Example
White with #B82A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A5E; }
p { color: rgb(184,42,94); }
H1.HeaderClassName
{
color: #B82A5E;
}
.AnyTagClassName
{
color: #B82A5E;
}
</style>
background-color css
<style>
a { background-color: #B82A5E; }
a { background-color: rgb(184,42,94); }
div.DivClassName
{
background-color: #B82A5E;
}
.BgClassName
{
background-color: #B82A5E;
}
</style>
border-color css
<style>
span { border-color: #B82A5E; }
span { border-color: rgb(184,42,94); }
td.TdClassName
{
border-color: #B82A5E;
}
.TagClassName
{
border-color: #B82A5E;
}
</style>