Shades of Royal Heath #BF4E74
Tints of Royal Heath #BF4E74
RGB
CMYK
RGB Variations
Color information
#BF4E74 (or 0xBF4E74) is known color: Royal Heath. HEX triplet: BF, 4E and 74. RGB value is (191,78,116). Sum of RGB (Red+Green+Blue) = 191+78+116=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E74 is #40B18B. Grayscale: #747474. Windows color (decimal): -4239756 or 7622335. OLE color: 7622335.
HSL color Cylindrical-coordinate representation of color #BF4E74: hue angle of 339.82º 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 #BF4E74 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 116 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.25 |
| HSL | 339.82º | 0.47% | 0.53% | - |
| HSV(B) | 339.82º | 0.59% | 0.75% | - |
| XYZ | 27.36 | 17.79 | 18.51 | - |
| YUV | 116.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 116 | 0 | 0.59 | 0.39 | 0.25 | 339.82 | 0.47 | 0.53 |
| Hex | BF | 4E | 74 | 0 | 3B | 27 | 19 | 154 | 2F | 35 |
| Octal | 277 | 116 | 164 | 0 | 73 | 47 | 31 | 524 | 57 | 65 |
| Binary | 10111111 | 1001110 | 1110100 | 0 | 111011 | 100111 | 11001 | 101010100 | 101111 | 110101 |
Color Harmonies of #BF4E74
Complementary color
Monochromatic Colors of #BF4E74
Black with #BF4E74
Text Example
Text Example
White with #BF4E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E74; }
p { color: rgb(191,78,116); }
H1.HeaderClassName
{
color: #BF4E74;
}
.AnyTagClassName
{
color: #BF4E74;
}
</style>
background-color css
<style>
a { background-color: #BF4E74; }
a { background-color: rgb(191,78,116); }
div.DivClassName
{
background-color: #BF4E74;
}
.BgClassName
{
background-color: #BF4E74;
}
</style>
border-color css
<style>
span { border-color: #BF4E74; }
span { border-color: rgb(191,78,116); }
td.TdClassName
{
border-color: #BF4E74;
}
.TagClassName
{
border-color: #BF4E74;
}
</style>