Shades of Old Rose #B5164D
Tints of Old Rose #B5164D
RGB
CMYK
RGB Variations
Color information
#B5164D (or 0xB5164D) is known color: Old Rose. HEX triplet: B5, 16 and 4D. RGB value is (181,22,77). Sum of RGB (Red+Green+Blue) = 181+22+77=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5164D is #4AE9B2. Grayscale: #4B4B4B. Windows color (decimal): -4909491 or 5052085. OLE color: 5052085.
HSL color Cylindrical-coordinate representation of color #B5164D: hue angle of 339.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5164D is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 22 | 77 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.29 |
| HSL | 339.25º | 0.78% | 0.4% | - |
| HSV(B) | 339.25º | 0.88% | 0.71% | - |
| XYZ | 20.68 | 10.93 | 8.04 | - |
| YUV | 75.81 | 128.68 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 77 | 0 | 0.88 | 0.57 | 0.29 | 339.25 | 0.78 | 0.4 |
| Hex | B5 | 16 | 4D | 0 | 58 | 39 | 1D | 153 | 4E | 28 |
| Octal | 265 | 26 | 115 | 0 | 130 | 71 | 35 | 523 | 116 | 50 |
| Binary | 10110101 | 10110 | 1001101 | 0 | 1011000 | 111001 | 11101 | 101010011 | 1001110 | 101000 |
Color Harmonies of #B5164D
Complementary color
Monochromatic Colors of #B5164D
Black with #B5164D
Text Example
Text Example
White with #B5164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5164D; }
p { color: rgb(181,22,77); }
H1.HeaderClassName
{
color: #B5164D;
}
.AnyTagClassName
{
color: #B5164D;
}
</style>
background-color css
<style>
a { background-color: #B5164D; }
a { background-color: rgb(181,22,77); }
div.DivClassName
{
background-color: #B5164D;
}
.BgClassName
{
background-color: #B5164D;
}
</style>
border-color css
<style>
span { border-color: #B5164D; }
span { border-color: rgb(181,22,77); }
td.TdClassName
{
border-color: #B5164D;
}
.TagClassName
{
border-color: #B5164D;
}
</style>