Shades of Old Rose #B81E5B
Tints of Old Rose #B81E5B
RGB
CMYK
RGB Variations
Color information
#B81E5B (or 0xB81E5B) is known color: Old Rose. HEX triplet: B8, 1E and 5B. RGB value is (184,30,91). Sum of RGB (Red+Green+Blue) = 184+30+91=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81E5B is #47E1A4. Grayscale: #525252. Windows color (decimal): -4710821 or 5971640. OLE color: 5971640.
HSL color Cylindrical-coordinate representation of color #B81E5B: hue angle of 336.23º 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 #B81E5B is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 30 | 91 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.28 |
| HSL | 336.23º | 0.72% | 0.42% | - |
| HSV(B) | 336.23º | 0.84% | 0.72% | - |
| XYZ | 22.12 | 11.87 | 11.02 | - |
| YUV | 83 | 132.52 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 91 | 0 | 0.84 | 0.51 | 0.28 | 336.23 | 0.72 | 0.42 |
| Hex | B8 | 1E | 5B | 0 | 54 | 33 | 1C | 150 | 48 | 2A |
| Octal | 270 | 36 | 133 | 0 | 124 | 63 | 34 | 520 | 110 | 52 |
| Binary | 10111000 | 11110 | 1011011 | 0 | 1010100 | 110011 | 11100 | 101010000 | 1001000 | 101010 |
Color Harmonies of #B81E5B
Complementary color
Monochromatic Colors of #B81E5B
Black with #B81E5B
Text Example
Text Example
White with #B81E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81E5B; }
p { color: rgb(184,30,91); }
H1.HeaderClassName
{
color: #B81E5B;
}
.AnyTagClassName
{
color: #B81E5B;
}
</style>
background-color css
<style>
a { background-color: #B81E5B; }
a { background-color: rgb(184,30,91); }
div.DivClassName
{
background-color: #B81E5B;
}
.BgClassName
{
background-color: #B81E5B;
}
</style>
border-color css
<style>
span { border-color: #B81E5B; }
span { border-color: rgb(184,30,91); }
td.TdClassName
{
border-color: #B81E5B;
}
.TagClassName
{
border-color: #B81E5B;
}
</style>