Shades of Old Rose #B81D5A
Tints of Old Rose #B81D5A
RGB
CMYK
RGB Variations
Color information
#B81D5A (or 0xB81D5A) is known color: Old Rose. HEX triplet: B8, 1D and 5A. RGB value is (184,29,90). Sum of RGB (Red+Green+Blue) = 184+29+90=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81D5A is #47E2A5. Grayscale: #525252. Windows color (decimal): -4711078 or 5905848. OLE color: 5905848.
HSL color Cylindrical-coordinate representation of color #B81D5A: hue angle of 336.39º degrees, saturation: 0.73, 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 #B81D5A is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 90 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.28 |
| HSL | 336.39º | 0.73% | 0.42% | - |
| HSV(B) | 336.39º | 0.84% | 0.72% | - |
| XYZ | 22.05 | 11.81 | 10.79 | - |
| YUV | 82.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 90 | 0 | 0.84 | 0.51 | 0.28 | 336.39 | 0.73 | 0.42 |
| Hex | B8 | 1D | 5A | 0 | 54 | 33 | 1C | 150 | 49 | 2A |
| Octal | 270 | 35 | 132 | 0 | 124 | 63 | 34 | 520 | 111 | 52 |
| Binary | 10111000 | 11101 | 1011010 | 0 | 1010100 | 110011 | 11100 | 101010000 | 1001001 | 101010 |
Color Harmonies of #B81D5A
Complementary color
Monochromatic Colors of #B81D5A
Black with #B81D5A
Text Example
Text Example
White with #B81D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D5A; }
p { color: rgb(184,29,90); }
H1.HeaderClassName
{
color: #B81D5A;
}
.AnyTagClassName
{
color: #B81D5A;
}
</style>
background-color css
<style>
a { background-color: #B81D5A; }
a { background-color: rgb(184,29,90); }
div.DivClassName
{
background-color: #B81D5A;
}
.BgClassName
{
background-color: #B81D5A;
}
</style>
border-color css
<style>
span { border-color: #B81D5A; }
span { border-color: rgb(184,29,90); }
td.TdClassName
{
border-color: #B81D5A;
}
.TagClassName
{
border-color: #B81D5A;
}
</style>