Shades of Royal Heath #B9406F
Tints of Royal Heath #B9406F
RGB
CMYK
RGB Variations
Color information
#B9406F (or 0xB9406F) is known color: Royal Heath. HEX triplet: B9, 40 and 6F. RGB value is (185,64,111). Sum of RGB (Red+Green+Blue) = 185+64+111=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9406F is #46BF90. Grayscale: #696969. Windows color (decimal): -4636561 or 7291065. OLE color: 7291065.
HSL color Cylindrical-coordinate representation of color #B9406F: hue angle of 336.69º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9406F is Cyan = 0, Magento = 0.65, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 111 | - |
| CMYK | 0 | 0.65 | 0.4 | 0.27 |
| HSL | 336.69º | 0.49% | 0.49% | - |
| HSV(B) | 336.69º | 0.65% | 0.73% | - |
| XYZ | 24.71 | 15.13 | 16.66 | - |
| YUV | 105.54 | 131.09 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 111 | 0 | 0.65 | 0.4 | 0.27 | 336.69 | 0.49 | 0.49 |
| Hex | B9 | 40 | 6F | 0 | 41 | 28 | 1B | 151 | 31 | 31 |
| Octal | 271 | 100 | 157 | 0 | 101 | 50 | 33 | 521 | 61 | 61 |
| Binary | 10111001 | 1000000 | 1101111 | 0 | 1000001 | 101000 | 11011 | 101010001 | 110001 | 110001 |
Color Harmonies of #B9406F
Complementary color
Monochromatic Colors of #B9406F
Black with #B9406F
Text Example
Text Example
White with #B9406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9406F; }
p { color: rgb(185,64,111); }
H1.HeaderClassName
{
color: #B9406F;
}
.AnyTagClassName
{
color: #B9406F;
}
</style>
background-color css
<style>
a { background-color: #B9406F; }
a { background-color: rgb(185,64,111); }
div.DivClassName
{
background-color: #B9406F;
}
.BgClassName
{
background-color: #B9406F;
}
</style>
border-color css
<style>
span { border-color: #B9406F; }
span { border-color: rgb(185,64,111); }
td.TdClassName
{
border-color: #B9406F;
}
.TagClassName
{
border-color: #B9406F;
}
</style>