Shades of Old Rose #B5174D
Tints of Old Rose #B5174D
RGB
CMYK
RGB Variations
Color information
#B5174D (or 0xB5174D) is known color: Old Rose. HEX triplet: B5, 17 and 4D. RGB value is (181,23,77). Sum of RGB (Red+Green+Blue) = 181+23+77=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5174D is #4AE8B2. Grayscale: #4C4C4C. Windows color (decimal): -4909235 or 5052341. OLE color: 5052341.
HSL color Cylindrical-coordinate representation of color #B5174D: hue angle of 339.49º 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 #B5174D is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 77 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.29 |
| HSL | 339.49º | 0.77% | 0.4% | - |
| HSV(B) | 339.49º | 0.87% | 0.71% | - |
| XYZ | 20.7 | 10.97 | 8.05 | - |
| YUV | 76.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 77 | 0 | 0.87 | 0.57 | 0.29 | 339.49 | 0.77 | 0.4 |
| Hex | B5 | 17 | 4D | 0 | 57 | 39 | 1D | 153 | 4D | 28 |
| Octal | 265 | 27 | 115 | 0 | 127 | 71 | 35 | 523 | 115 | 50 |
| Binary | 10110101 | 10111 | 1001101 | 0 | 1010111 | 111001 | 11101 | 101010011 | 1001101 | 101000 |
Color Harmonies of #B5174D
Complementary color
Monochromatic Colors of #B5174D
Black with #B5174D
Text Example
Text Example
White with #B5174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5174D; }
p { color: rgb(181,23,77); }
H1.HeaderClassName
{
color: #B5174D;
}
.AnyTagClassName
{
color: #B5174D;
}
</style>
background-color css
<style>
a { background-color: #B5174D; }
a { background-color: rgb(181,23,77); }
div.DivClassName
{
background-color: #B5174D;
}
.BgClassName
{
background-color: #B5174D;
}
</style>
border-color css
<style>
span { border-color: #B5174D; }
span { border-color: rgb(181,23,77); }
td.TdClassName
{
border-color: #B5174D;
}
.TagClassName
{
border-color: #B5174D;
}
</style>