Shades of Old Rose #B7194D
Tints of Old Rose #B7194D
RGB
CMYK
RGB Variations
Color information
#B7194D (or 0xB7194D) is known color: Old Rose. HEX triplet: B7, 19 and 4D. RGB value is (183,25,77). Sum of RGB (Red+Green+Blue) = 183+25+77=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B7194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7194D is #48E6B2. Grayscale: #4E4E4E. Windows color (decimal): -4777651 or 5052855. OLE color: 5052855.
HSL color Cylindrical-coordinate representation of color #B7194D: hue angle of 340.25º 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 #B7194D is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 77 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.28 |
| HSL | 340.25º | 0.76% | 0.41% | - |
| HSV(B) | 340.25º | 0.86% | 0.72% | - |
| XYZ | 21.22 | 11.3 | 8.08 | - |
| YUV | 78.17 | 127.35 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 77 | 0 | 0.86 | 0.58 | 0.28 | 340.25 | 0.76 | 0.41 |
| Hex | B7 | 19 | 4D | 0 | 56 | 3A | 1C | 154 | 4C | 29 |
| Octal | 267 | 31 | 115 | 0 | 126 | 72 | 34 | 524 | 114 | 51 |
| Binary | 10110111 | 11001 | 1001101 | 0 | 1010110 | 111010 | 11100 | 101010100 | 1001100 | 101001 |
Color Harmonies of #B7194D
Complementary color
Monochromatic Colors of #B7194D
Black with #B7194D
Text Example
Text Example
White with #B7194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7194D; }
p { color: rgb(183,25,77); }
H1.HeaderClassName
{
color: #B7194D;
}
.AnyTagClassName
{
color: #B7194D;
}
</style>
background-color css
<style>
a { background-color: #B7194D; }
a { background-color: rgb(183,25,77); }
div.DivClassName
{
background-color: #B7194D;
}
.BgClassName
{
background-color: #B7194D;
}
</style>
border-color css
<style>
span { border-color: #B7194D; }
span { border-color: rgb(183,25,77); }
td.TdClassName
{
border-color: #B7194D;
}
.TagClassName
{
border-color: #B7194D;
}
</style>