Shades of Old Rose #B7184D
Tints of Old Rose #B7184D
RGB
CMYK
RGB Variations
Color information
#B7184D (or 0xB7184D) is known color: Old Rose. HEX triplet: B7, 18 and 4D. RGB value is (183,24,77). Sum of RGB (Red+Green+Blue) = 183+24+77=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B7184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7184D is #48E7B2. Grayscale: #4D4D4D. Windows color (decimal): -4777907 or 5052599. OLE color: 5052599.
HSL color Cylindrical-coordinate representation of color #B7184D: hue angle of 340º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7184D is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 77 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.28 |
| HSL | 340º | 0.77% | 0.41% | - |
| HSV(B) | 340º | 0.87% | 0.72% | - |
| XYZ | 21.19 | 11.26 | 8.08 | - |
| YUV | 77.58 | 127.68 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 77 | 0 | 0.87 | 0.58 | 0.28 | 340 | 0.77 | 0.41 |
| Hex | B7 | 18 | 4D | 0 | 57 | 3A | 1C | 154 | 4D | 29 |
| Octal | 267 | 30 | 115 | 0 | 127 | 72 | 34 | 524 | 115 | 51 |
| Binary | 10110111 | 11000 | 1001101 | 0 | 1010111 | 111010 | 11100 | 101010100 | 1001101 | 101001 |
Color Harmonies of #B7184D
Complementary color
Monochromatic Colors of #B7184D
Black with #B7184D
Text Example
Text Example
White with #B7184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7184D; }
p { color: rgb(183,24,77); }
H1.HeaderClassName
{
color: #B7184D;
}
.AnyTagClassName
{
color: #B7184D;
}
</style>
background-color css
<style>
a { background-color: #B7184D; }
a { background-color: rgb(183,24,77); }
div.DivClassName
{
background-color: #B7184D;
}
.BgClassName
{
background-color: #B7184D;
}
</style>
border-color css
<style>
span { border-color: #B7184D; }
span { border-color: rgb(183,24,77); }
td.TdClassName
{
border-color: #B7184D;
}
.TagClassName
{
border-color: #B7184D;
}
</style>