Shades of Old Rose #B8174D
Tints of Old Rose #B8174D
RGB
CMYK
RGB Variations
Color information
#B8174D (or 0xB8174D) is known color: Old Rose. HEX triplet: B8, 17 and 4D. RGB value is (184,23,77). Sum of RGB (Red+Green+Blue) = 184+23+77=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8174D is #47E8B2. Grayscale: #4D4D4D. Windows color (decimal): -4712627 or 5052344. OLE color: 5052344.
HSL color Cylindrical-coordinate representation of color #B8174D: hue angle of 339.88º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8174D is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 77 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.28 |
| HSL | 339.88º | 0.78% | 0.41% | - |
| HSV(B) | 339.88º | 0.88% | 0.72% | - |
| XYZ | 21.41 | 11.34 | 8.08 | - |
| YUV | 77.3 | 127.84 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 77 | 0 | 0.88 | 0.58 | 0.28 | 339.88 | 0.78 | 0.41 |
| Hex | B8 | 17 | 4D | 0 | 58 | 3A | 1C | 154 | 4E | 29 |
| Octal | 270 | 27 | 115 | 0 | 130 | 72 | 34 | 524 | 116 | 51 |
| Binary | 10111000 | 10111 | 1001101 | 0 | 1011000 | 111010 | 11100 | 101010100 | 1001110 | 101001 |
Color Harmonies of #B8174D
Complementary color
Monochromatic Colors of #B8174D
Black with #B8174D
Text Example
Text Example
White with #B8174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8174D; }
p { color: rgb(184,23,77); }
H1.HeaderClassName
{
color: #B8174D;
}
.AnyTagClassName
{
color: #B8174D;
}
</style>
background-color css
<style>
a { background-color: #B8174D; }
a { background-color: rgb(184,23,77); }
div.DivClassName
{
background-color: #B8174D;
}
.BgClassName
{
background-color: #B8174D;
}
</style>
border-color css
<style>
span { border-color: #B8174D; }
span { border-color: rgb(184,23,77); }
td.TdClassName
{
border-color: #B8174D;
}
.TagClassName
{
border-color: #B8174D;
}
</style>