Shades of Old Rose #B5174E
Tints of Old Rose #B5174E
RGB
CMYK
RGB Variations
Color information
#B5174E (or 0xB5174E) is known color: Old Rose. HEX triplet: B5, 17 and 4E. RGB value is (181,23,78). Sum of RGB (Red+Green+Blue) = 181+23+78=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B5174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5174E is #4AE8B1. Grayscale: #4C4C4C. Windows color (decimal): -4909234 or 5117877. OLE color: 5117877.
HSL color Cylindrical-coordinate representation of color #B5174E: hue angle of 339.11º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5174E is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 78 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.29 |
| HSL | 339.11º | 0.77% | 0.4% | - |
| HSV(B) | 339.11º | 0.87% | 0.71% | - |
| XYZ | 20.74 | 10.99 | 8.24 | - |
| YUV | 76.51 | 128.85 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 78 | 0 | 0.87 | 0.57 | 0.29 | 339.11 | 0.77 | 0.4 |
| Hex | B5 | 17 | 4E | 0 | 57 | 39 | 1D | 153 | 4D | 28 |
| Octal | 265 | 27 | 116 | 0 | 127 | 71 | 35 | 523 | 115 | 50 |
| Binary | 10110101 | 10111 | 1001110 | 0 | 1010111 | 111001 | 11101 | 101010011 | 1001101 | 101000 |
Color Harmonies of #B5174E
Complementary color
Monochromatic Colors of #B5174E
Black with #B5174E
Text Example
Text Example
White with #B5174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5174E; }
p { color: rgb(181,23,78); }
H1.HeaderClassName
{
color: #B5174E;
}
.AnyTagClassName
{
color: #B5174E;
}
</style>
background-color css
<style>
a { background-color: #B5174E; }
a { background-color: rgb(181,23,78); }
div.DivClassName
{
background-color: #B5174E;
}
.BgClassName
{
background-color: #B5174E;
}
</style>
border-color css
<style>
span { border-color: #B5174E; }
span { border-color: rgb(181,23,78); }
td.TdClassName
{
border-color: #B5174E;
}
.TagClassName
{
border-color: #B5174E;
}
</style>