Shades of Old Rose #B7194E
Tints of Old Rose #B7194E
RGB
CMYK
RGB Variations
Color information
#B7194E (or 0xB7194E) is known color: Old Rose. HEX triplet: B7, 19 and 4E. RGB value is (183,25,78). Sum of RGB (Red+Green+Blue) = 183+25+78=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B7194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7194E is #48E6B1. Grayscale: #4E4E4E. Windows color (decimal): -4777650 or 5118391. OLE color: 5118391.
HSL color Cylindrical-coordinate representation of color #B7194E: hue angle of 339.87º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7194E is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 78 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.28 |
| HSL | 339.87º | 0.76% | 0.41% | - |
| HSV(B) | 339.87º | 0.86% | 0.72% | - |
| XYZ | 21.25 | 11.31 | 8.27 | - |
| YUV | 78.28 | 127.85 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 78 | 0 | 0.86 | 0.57 | 0.28 | 339.87 | 0.76 | 0.41 |
| Hex | B7 | 19 | 4E | 0 | 56 | 39 | 1C | 154 | 4C | 29 |
| Octal | 267 | 31 | 116 | 0 | 126 | 71 | 34 | 524 | 114 | 51 |
| Binary | 10110111 | 11001 | 1001110 | 0 | 1010110 | 111001 | 11100 | 101010100 | 1001100 | 101001 |
Color Harmonies of #B7194E
Complementary color
Monochromatic Colors of #B7194E
Black with #B7194E
Text Example
Text Example
White with #B7194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7194E; }
p { color: rgb(183,25,78); }
H1.HeaderClassName
{
color: #B7194E;
}
.AnyTagClassName
{
color: #B7194E;
}
</style>
background-color css
<style>
a { background-color: #B7194E; }
a { background-color: rgb(183,25,78); }
div.DivClassName
{
background-color: #B7194E;
}
.BgClassName
{
background-color: #B7194E;
}
</style>
border-color css
<style>
span { border-color: #B7194E; }
span { border-color: rgb(183,25,78); }
td.TdClassName
{
border-color: #B7194E;
}
.TagClassName
{
border-color: #B7194E;
}
</style>