Shades of Old Rose #B7184F
Tints of Old Rose #B7184F
RGB
CMYK
RGB Variations
Color information
#B7184F (or 0xB7184F) is known color: Old Rose. HEX triplet: B7, 18 and 4F. RGB value is (183,24,79). Sum of RGB (Red+Green+Blue) = 183+24+79=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B7184F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7184F is #48E7B0. Grayscale: #4D4D4D. Windows color (decimal): -4777905 or 5183671. OLE color: 5183671.
HSL color Cylindrical-coordinate representation of color #B7184F: hue angle of 339.25º 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 #B7184F is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 79 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.28 |
| HSL | 339.25º | 0.77% | 0.41% | - |
| HSV(B) | 339.25º | 0.87% | 0.72% | - |
| XYZ | 21.27 | 11.29 | 8.45 | - |
| YUV | 77.81 | 128.68 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 79 | 0 | 0.87 | 0.57 | 0.28 | 339.25 | 0.77 | 0.41 |
| Hex | B7 | 18 | 4F | 0 | 57 | 39 | 1C | 153 | 4D | 29 |
| Octal | 267 | 30 | 117 | 0 | 127 | 71 | 34 | 523 | 115 | 51 |
| Binary | 10110111 | 11000 | 1001111 | 0 | 1010111 | 111001 | 11100 | 101010011 | 1001101 | 101001 |
Color Harmonies of #B7184F
Complementary color
Monochromatic Colors of #B7184F
Black with #B7184F
Text Example
Text Example
White with #B7184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7184F; }
p { color: rgb(183,24,79); }
H1.HeaderClassName
{
color: #B7184F;
}
.AnyTagClassName
{
color: #B7184F;
}
</style>
background-color css
<style>
a { background-color: #B7184F; }
a { background-color: rgb(183,24,79); }
div.DivClassName
{
background-color: #B7184F;
}
.BgClassName
{
background-color: #B7184F;
}
</style>
border-color css
<style>
span { border-color: #B7184F; }
span { border-color: rgb(183,24,79); }
td.TdClassName
{
border-color: #B7184F;
}
.TagClassName
{
border-color: #B7184F;
}
</style>