Shades of Old Rose #B7174D
Tints of Old Rose #B7174D
RGB
CMYK
RGB Variations
Color information
#B7174D (or 0xB7174D) is known color: Old Rose. HEX triplet: B7, 17 and 4D. RGB value is (183,23,77). Sum of RGB (Red+Green+Blue) = 183+23+77=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7174D is #48E8B2. Grayscale: #4C4C4C. Windows color (decimal): -4778163 or 5052343. OLE color: 5052343.
HSL color Cylindrical-coordinate representation of color #B7174D: hue angle of 339.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7174D is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 77 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.28 |
| HSL | 339.75º | 0.78% | 0.4% | - |
| HSV(B) | 339.75º | 0.87% | 0.72% | - |
| XYZ | 21.17 | 11.22 | 8.07 | - |
| YUV | 77 | 128.01 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 77 | 0 | 0.87 | 0.58 | 0.28 | 339.75 | 0.78 | 0.4 |
| Hex | B7 | 17 | 4D | 0 | 57 | 3A | 1C | 154 | 4E | 28 |
| Octal | 267 | 27 | 115 | 0 | 127 | 72 | 34 | 524 | 116 | 50 |
| Binary | 10110111 | 10111 | 1001101 | 0 | 1010111 | 111010 | 11100 | 101010100 | 1001110 | 101000 |
Color Harmonies of #B7174D
Complementary color
Monochromatic Colors of #B7174D
Black with #B7174D
Text Example
Text Example
White with #B7174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7174D; }
p { color: rgb(183,23,77); }
H1.HeaderClassName
{
color: #B7174D;
}
.AnyTagClassName
{
color: #B7174D;
}
</style>
background-color css
<style>
a { background-color: #B7174D; }
a { background-color: rgb(183,23,77); }
div.DivClassName
{
background-color: #B7174D;
}
.BgClassName
{
background-color: #B7174D;
}
</style>
border-color css
<style>
span { border-color: #B7174D; }
span { border-color: rgb(183,23,77); }
td.TdClassName
{
border-color: #B7174D;
}
.TagClassName
{
border-color: #B7174D;
}
</style>