Shades of Royal Heath #BF4E6F
Tints of Royal Heath #BF4E6F
RGB
CMYK
RGB Variations
Color information
#BF4E6F (or 0xBF4E6F) is known color: Royal Heath. HEX triplet: BF, 4E and 6F. RGB value is (191,78,111). Sum of RGB (Red+Green+Blue) = 191+78+111=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E6F is #40B190. Grayscale: #737373. Windows color (decimal): -4239761 or 7294655. OLE color: 7294655.
HSL color Cylindrical-coordinate representation of color #BF4E6F: hue angle of 342.48º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E6F is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 111 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.25 |
| HSL | 342.48º | 0.47% | 0.53% | - |
| HSV(B) | 342.48º | 0.59% | 0.75% | - |
| XYZ | 27.08 | 17.67 | 17.02 | - |
| YUV | 115.55 | 125.44 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 111 | 0 | 0.59 | 0.42 | 0.25 | 342.48 | 0.47 | 0.53 |
| Hex | BF | 4E | 6F | 0 | 3B | 2A | 19 | 156 | 2F | 35 |
| Octal | 277 | 116 | 157 | 0 | 73 | 52 | 31 | 526 | 57 | 65 |
| Binary | 10111111 | 1001110 | 1101111 | 0 | 111011 | 101010 | 11001 | 101010110 | 101111 | 110101 |
Color Harmonies of #BF4E6F
Complementary color
Monochromatic Colors of #BF4E6F
Black with #BF4E6F
Text Example
Text Example
White with #BF4E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E6F; }
p { color: rgb(191,78,111); }
H1.HeaderClassName
{
color: #BF4E6F;
}
.AnyTagClassName
{
color: #BF4E6F;
}
</style>
background-color css
<style>
a { background-color: #BF4E6F; }
a { background-color: rgb(191,78,111); }
div.DivClassName
{
background-color: #BF4E6F;
}
.BgClassName
{
background-color: #BF4E6F;
}
</style>
border-color css
<style>
span { border-color: #BF4E6F; }
span { border-color: rgb(191,78,111); }
td.TdClassName
{
border-color: #BF4E6F;
}
.TagClassName
{
border-color: #BF4E6F;
}
</style>