Shades of Royal Heath #B9496C
Tints of Royal Heath #B9496C
RGB
CMYK
RGB Variations
Color information
#B9496C (or 0xB9496C) is known color: Royal Heath. HEX triplet: B9, 49 and 6C. RGB value is (185,73,108). Sum of RGB (Red+Green+Blue) = 185+73+108=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9496C is #46B693. Grayscale: #6E6E6E. Windows color (decimal): -4634260 or 7096761. OLE color: 7096761.
HSL color Cylindrical-coordinate representation of color #B9496C: hue angle of 341.25º 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 #B9496C is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 108 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.27 |
| HSL | 341.25º | 0.44% | 0.51% | - |
| HSV(B) | 341.25º | 0.61% | 0.73% | - |
| XYZ | 25.1 | 16.16 | 15.98 | - |
| YUV | 110.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 108 | 0 | 0.61 | 0.42 | 0.27 | 341.25 | 0.44 | 0.51 |
| Hex | B9 | 49 | 6C | 0 | 3D | 2A | 1B | 155 | 2C | 33 |
| Octal | 271 | 111 | 154 | 0 | 75 | 52 | 33 | 525 | 54 | 63 |
| Binary | 10111001 | 1001001 | 1101100 | 0 | 111101 | 101010 | 11011 | 101010101 | 101100 | 110011 |
Color Harmonies of #B9496C
Complementary color
Monochromatic Colors of #B9496C
Black with #B9496C
Text Example
Text Example
White with #B9496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9496C; }
p { color: rgb(185,73,108); }
H1.HeaderClassName
{
color: #B9496C;
}
.AnyTagClassName
{
color: #B9496C;
}
</style>
background-color css
<style>
a { background-color: #B9496C; }
a { background-color: rgb(185,73,108); }
div.DivClassName
{
background-color: #B9496C;
}
.BgClassName
{
background-color: #B9496C;
}
</style>
border-color css
<style>
span { border-color: #B9496C; }
span { border-color: rgb(185,73,108); }
td.TdClassName
{
border-color: #B9496C;
}
.TagClassName
{
border-color: #B9496C;
}
</style>