Shades of Royal Heath #BF4371
Tints of Royal Heath #BF4371
RGB
CMYK
RGB Variations
Color information
#BF4371 (or 0xBF4371) is known color: Royal Heath. HEX triplet: BF, 43 and 71. RGB value is (191,67,113). Sum of RGB (Red+Green+Blue) = 191+67+113=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4371 is #40BC8E. Grayscale: #6D6D6D. Windows color (decimal): -4242575 or 7422911. OLE color: 7422911.
HSL color Cylindrical-coordinate representation of color #BF4371: hue angle of 337.74º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4371 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 113 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.25 |
| HSL | 337.74º | 0.49% | 0.51% | - |
| HSV(B) | 337.74º | 0.65% | 0.75% | - |
| XYZ | 26.47 | 16.28 | 17.37 | - |
| YUV | 109.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 113 | 0 | 0.65 | 0.41 | 0.25 | 337.74 | 0.49 | 0.51 |
| Hex | BF | 43 | 71 | 0 | 41 | 29 | 19 | 152 | 31 | 33 |
| Octal | 277 | 103 | 161 | 0 | 101 | 51 | 31 | 522 | 61 | 63 |
| Binary | 10111111 | 1000011 | 1110001 | 0 | 1000001 | 101001 | 11001 | 101010010 | 110001 | 110011 |
Color Harmonies of #BF4371
Complementary color
Monochromatic Colors of #BF4371
Black with #BF4371
Text Example
Text Example
White with #BF4371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4371; }
p { color: rgb(191,67,113); }
H1.HeaderClassName
{
color: #BF4371;
}
.AnyTagClassName
{
color: #BF4371;
}
</style>
background-color css
<style>
a { background-color: #BF4371; }
a { background-color: rgb(191,67,113); }
div.DivClassName
{
background-color: #BF4371;
}
.BgClassName
{
background-color: #BF4371;
}
</style>
border-color css
<style>
span { border-color: #BF4371; }
span { border-color: rgb(191,67,113); }
td.TdClassName
{
border-color: #BF4371;
}
.TagClassName
{
border-color: #BF4371;
}
</style>