Shades of Old Rose #B81E5A
Tints of Old Rose #B81E5A
RGB
CMYK
RGB Variations
Color information
#B81E5A (or 0xB81E5A) is known color: Old Rose. HEX triplet: B8, 1E and 5A. RGB value is (184,30,90). Sum of RGB (Red+Green+Blue) = 184+30+90=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81E5A is #47E1A5. Grayscale: #525252. Windows color (decimal): -4710822 or 5906104. OLE color: 5906104.
HSL color Cylindrical-coordinate representation of color #B81E5A: hue angle of 336.62º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81E5A is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 30 | 90 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.28 |
| HSL | 336.62º | 0.72% | 0.42% | - |
| HSV(B) | 336.62º | 0.84% | 0.72% | - |
| XYZ | 22.08 | 11.86 | 10.8 | - |
| YUV | 82.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 90 | 0 | 0.84 | 0.51 | 0.28 | 336.62 | 0.72 | 0.42 |
| Hex | B8 | 1E | 5A | 0 | 54 | 33 | 1C | 151 | 48 | 2A |
| Octal | 270 | 36 | 132 | 0 | 124 | 63 | 34 | 521 | 110 | 52 |
| Binary | 10111000 | 11110 | 1011010 | 0 | 1010100 | 110011 | 11100 | 101010001 | 1001000 | 101010 |
Color Harmonies of #B81E5A
Complementary color
Monochromatic Colors of #B81E5A
Black with #B81E5A
Text Example
Text Example
White with #B81E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81E5A; }
p { color: rgb(184,30,90); }
H1.HeaderClassName
{
color: #B81E5A;
}
.AnyTagClassName
{
color: #B81E5A;
}
</style>
background-color css
<style>
a { background-color: #B81E5A; }
a { background-color: rgb(184,30,90); }
div.DivClassName
{
background-color: #B81E5A;
}
.BgClassName
{
background-color: #B81E5A;
}
</style>
border-color css
<style>
span { border-color: #B81E5A; }
span { border-color: rgb(184,30,90); }
td.TdClassName
{
border-color: #B81E5A;
}
.TagClassName
{
border-color: #B81E5A;
}
</style>