Shades of Old Rose #B5194E
Tints of Old Rose #B5194E
RGB
CMYK
RGB Variations
Color information
#B5194E (or 0xB5194E) is known color: Old Rose. HEX triplet: B5, 19 and 4E. RGB value is (181,25,78). Sum of RGB (Red+Green+Blue) = 181+25+78=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B5194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5194E is #4AE6B1. Grayscale: #4D4D4D. Windows color (decimal): -4908722 or 5118389. OLE color: 5118389.
HSL color Cylindrical-coordinate representation of color #B5194E: hue angle of 339.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5194E is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 78 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.29 |
| HSL | 339.62º | 0.76% | 0.4% | - |
| HSV(B) | 339.62º | 0.86% | 0.71% | - |
| XYZ | 20.78 | 11.07 | 8.25 | - |
| YUV | 77.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 78 | 0 | 0.86 | 0.57 | 0.29 | 339.62 | 0.76 | 0.4 |
| Hex | B5 | 19 | 4E | 0 | 56 | 39 | 1D | 154 | 4C | 28 |
| Octal | 265 | 31 | 116 | 0 | 126 | 71 | 35 | 524 | 114 | 50 |
| Binary | 10110101 | 11001 | 1001110 | 0 | 1010110 | 111001 | 11101 | 101010100 | 1001100 | 101000 |
Color Harmonies of #B5194E
Complementary color
Monochromatic Colors of #B5194E
Black with #B5194E
Text Example
Text Example
White with #B5194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5194E; }
p { color: rgb(181,25,78); }
H1.HeaderClassName
{
color: #B5194E;
}
.AnyTagClassName
{
color: #B5194E;
}
</style>
background-color css
<style>
a { background-color: #B5194E; }
a { background-color: rgb(181,25,78); }
div.DivClassName
{
background-color: #B5194E;
}
.BgClassName
{
background-color: #B5194E;
}
</style>
border-color css
<style>
span { border-color: #B5194E; }
span { border-color: rgb(181,25,78); }
td.TdClassName
{
border-color: #B5194E;
}
.TagClassName
{
border-color: #B5194E;
}
</style>