Shades of Royal Heath #B9376E
Tints of Royal Heath #B9376E
RGB
CMYK
RGB Variations
Color information
#B9376E (or 0xB9376E) is known color: Royal Heath. HEX triplet: B9, 37 and 6E. RGB value is (185,55,110). Sum of RGB (Red+Green+Blue) = 185+55+110=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9376E is #46C891. Grayscale: #646464. Windows color (decimal): -4638866 or 7223225. OLE color: 7223225.
HSL color Cylindrical-coordinate representation of color #B9376E: hue angle of 334.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9376E is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 110 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.27 |
| HSL | 334.62º | 0.54% | 0.47% | - |
| HSV(B) | 334.62º | 0.7% | 0.73% | - |
| XYZ | 24.19 | 14.17 | 16.21 | - |
| YUV | 100.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 110 | 0 | 0.70 | 0.41 | 0.27 | 334.62 | 0.54 | 0.47 |
| Hex | B9 | 37 | 6E | 0 | 46 | 29 | 1B | 14F | 36 | 2F |
| Octal | 271 | 67 | 156 | 0 | 106 | 51 | 33 | 517 | 66 | 57 |
| Binary | 10111001 | 110111 | 1101110 | 0 | 1000110 | 101001 | 11011 | 101001111 | 110110 | 101111 |
Color Harmonies of #B9376E
Complementary color
Monochromatic Colors of #B9376E
Black with #B9376E
Text Example
Text Example
White with #B9376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9376E; }
p { color: rgb(185,55,110); }
H1.HeaderClassName
{
color: #B9376E;
}
.AnyTagClassName
{
color: #B9376E;
}
</style>
background-color css
<style>
a { background-color: #B9376E; }
a { background-color: rgb(185,55,110); }
div.DivClassName
{
background-color: #B9376E;
}
.BgClassName
{
background-color: #B9376E;
}
</style>
border-color css
<style>
span { border-color: #B9376E; }
span { border-color: rgb(185,55,110); }
td.TdClassName
{
border-color: #B9376E;
}
.TagClassName
{
border-color: #B9376E;
}
</style>