Shades of Old Rose #B81854
Tints of Old Rose #B81854
RGB
CMYK
RGB Variations
Color information
#B81854 (or 0xB81854) is known color: Old Rose. HEX triplet: B8, 18 and 54. RGB value is (184,24,84). Sum of RGB (Red+Green+Blue) = 184+24+84=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B81854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81854 is #47E7AB. Grayscale: #4E4E4E. Windows color (decimal): -4712364 or 5511352. OLE color: 5511352.
HSL color Cylindrical-coordinate representation of color #B81854: hue angle of 337.5º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81854 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 84 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.28 |
| HSL | 337.5º | 0.77% | 0.41% | - |
| HSV(B) | 337.5º | 0.87% | 0.72% | - |
| XYZ | 21.69 | 11.48 | 9.46 | - |
| YUV | 78.68 | 131.01 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 84 | 0 | 0.87 | 0.54 | 0.28 | 337.5 | 0.77 | 0.41 |
| Hex | B8 | 18 | 54 | 0 | 57 | 36 | 1C | 152 | 4D | 29 |
| Octal | 270 | 30 | 124 | 0 | 127 | 66 | 34 | 522 | 115 | 51 |
| Binary | 10111000 | 11000 | 1010100 | 0 | 1010111 | 110110 | 11100 | 101010010 | 1001101 | 101001 |
Color Harmonies of #B81854
Complementary color
Monochromatic Colors of #B81854
Black with #B81854
Text Example
Text Example
White with #B81854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81854; }
p { color: rgb(184,24,84); }
H1.HeaderClassName
{
color: #B81854;
}
.AnyTagClassName
{
color: #B81854;
}
</style>
background-color css
<style>
a { background-color: #B81854; }
a { background-color: rgb(184,24,84); }
div.DivClassName
{
background-color: #B81854;
}
.BgClassName
{
background-color: #B81854;
}
</style>
border-color css
<style>
span { border-color: #B81854; }
span { border-color: rgb(184,24,84); }
td.TdClassName
{
border-color: #B81854;
}
.TagClassName
{
border-color: #B81854;
}
</style>