Shades of Royal Heath #B9496D
Tints of Royal Heath #B9496D
RGB
CMYK
RGB Variations
Color information
#B9496D (or 0xB9496D) is known color: Royal Heath. HEX triplet: B9, 49 and 6D. RGB value is (185,73,109). Sum of RGB (Red+Green+Blue) = 185+73+109=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9496D is #46B692. Grayscale: #6E6E6E. Windows color (decimal): -4634259 or 7162297. OLE color: 7162297.
HSL color Cylindrical-coordinate representation of color #B9496D: hue angle of 340.71º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9496D is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 109 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.27 |
| HSL | 340.71º | 0.44% | 0.51% | - |
| HSV(B) | 340.71º | 0.61% | 0.73% | - |
| XYZ | 25.15 | 16.18 | 16.27 | - |
| YUV | 110.59 | 127.11 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 109 | 0 | 0.61 | 0.41 | 0.27 | 340.71 | 0.44 | 0.51 |
| Hex | B9 | 49 | 6D | 0 | 3D | 29 | 1B | 155 | 2C | 33 |
| Octal | 271 | 111 | 155 | 0 | 75 | 51 | 33 | 525 | 54 | 63 |
| Binary | 10111001 | 1001001 | 1101101 | 0 | 111101 | 101001 | 11011 | 101010101 | 101100 | 110011 |
Color Harmonies of #B9496D
Complementary color
Monochromatic Colors of #B9496D
Black with #B9496D
Text Example
Text Example
White with #B9496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9496D; }
p { color: rgb(185,73,109); }
H1.HeaderClassName
{
color: #B9496D;
}
.AnyTagClassName
{
color: #B9496D;
}
</style>
background-color css
<style>
a { background-color: #B9496D; }
a { background-color: rgb(185,73,109); }
div.DivClassName
{
background-color: #B9496D;
}
.BgClassName
{
background-color: #B9496D;
}
</style>
border-color css
<style>
span { border-color: #B9496D; }
span { border-color: rgb(185,73,109); }
td.TdClassName
{
border-color: #B9496D;
}
.TagClassName
{
border-color: #B9496D;
}
</style>