Shades of Old Rose #B81850
Tints of Old Rose #B81850
RGB
CMYK
RGB Variations
Color information
#B81850 (or 0xB81850) is known color: Old Rose. HEX triplet: B8, 18 and 50. RGB value is (184,24,80). Sum of RGB (Red+Green+Blue) = 184+24+80=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B81850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81850 is #47E7AF. Grayscale: #4E4E4E. Windows color (decimal): -4712368 or 5249208. OLE color: 5249208.
HSL color Cylindrical-coordinate representation of color #B81850: hue angle of 339º 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 #B81850 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 80 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.28 |
| HSL | 339º | 0.77% | 0.41% | - |
| HSV(B) | 339º | 0.87% | 0.72% | - |
| XYZ | 21.54 | 11.42 | 8.66 | - |
| YUV | 78.22 | 129.01 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 80 | 0 | 0.87 | 0.57 | 0.28 | 339 | 0.77 | 0.41 |
| Hex | B8 | 18 | 50 | 0 | 57 | 39 | 1C | 153 | 4D | 29 |
| Octal | 270 | 30 | 120 | 0 | 127 | 71 | 34 | 523 | 115 | 51 |
| Binary | 10111000 | 11000 | 1010000 | 0 | 1010111 | 111001 | 11100 | 101010011 | 1001101 | 101001 |
Color Harmonies of #B81850
Complementary color
Monochromatic Colors of #B81850
Black with #B81850
Text Example
Text Example
White with #B81850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81850; }
p { color: rgb(184,24,80); }
H1.HeaderClassName
{
color: #B81850;
}
.AnyTagClassName
{
color: #B81850;
}
</style>
background-color css
<style>
a { background-color: #B81850; }
a { background-color: rgb(184,24,80); }
div.DivClassName
{
background-color: #B81850;
}
.BgClassName
{
background-color: #B81850;
}
</style>
border-color css
<style>
span { border-color: #B81850; }
span { border-color: rgb(184,24,80); }
td.TdClassName
{
border-color: #B81850;
}
.TagClassName
{
border-color: #B81850;
}
</style>