Shades of Royal Heath #BF376E
Tints of Royal Heath #BF376E
RGB
CMYK
RGB Variations
Color information
#BF376E (or 0xBF376E) is known color: Royal Heath. HEX triplet: BF, 37 and 6E. RGB value is (191,55,110). Sum of RGB (Red+Green+Blue) = 191+55+110=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF376E is #40C891. Grayscale: #656565. Windows color (decimal): -4245650 or 7223231. OLE color: 7223231.
HSL color Cylindrical-coordinate representation of color #BF376E: hue angle of 335.74º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF376E is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 55 | 110 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.25 |
| HSL | 335.74º | 0.55% | 0.48% | - |
| HSV(B) | 335.74º | 0.71% | 0.75% | - |
| XYZ | 25.67 | 14.93 | 16.28 | - |
| YUV | 101.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 110 | 0 | 0.71 | 0.42 | 0.25 | 335.74 | 0.55 | 0.48 |
| Hex | BF | 37 | 6E | 0 | 47 | 2A | 19 | 150 | 37 | 30 |
| Octal | 277 | 67 | 156 | 0 | 107 | 52 | 31 | 520 | 67 | 60 |
| Binary | 10111111 | 110111 | 1101110 | 0 | 1000111 | 101010 | 11001 | 101010000 | 110111 | 110000 |
Color Harmonies of #BF376E
Complementary color
Monochromatic Colors of #BF376E
Black with #BF376E
Text Example
Text Example
White with #BF376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF376E; }
p { color: rgb(191,55,110); }
H1.HeaderClassName
{
color: #BF376E;
}
.AnyTagClassName
{
color: #BF376E;
}
</style>
background-color css
<style>
a { background-color: #BF376E; }
a { background-color: rgb(191,55,110); }
div.DivClassName
{
background-color: #BF376E;
}
.BgClassName
{
background-color: #BF376E;
}
</style>
border-color css
<style>
span { border-color: #BF376E; }
span { border-color: rgb(191,55,110); }
td.TdClassName
{
border-color: #BF376E;
}
.TagClassName
{
border-color: #BF376E;
}
</style>