Shades of Royal Heath #BF4077
Tints of Royal Heath #BF4077
RGB
CMYK
RGB Variations
Color information
#BF4077 (or 0xBF4077) is known color: Royal Heath. HEX triplet: BF, 40 and 77. RGB value is (191,64,119). Sum of RGB (Red+Green+Blue) = 191+64+119=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4077 is #40BF88. Grayscale: #6C6C6C. Windows color (decimal): -4243337 or 7815359. OLE color: 7815359.
HSL color Cylindrical-coordinate representation of color #BF4077: hue angle of 334.02º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4077 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 119 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.25 |
| HSL | 334.02º | 0.5% | 0.5% | - |
| HSV(B) | 334.02º | 0.66% | 0.75% | - |
| XYZ | 26.65 | 16.08 | 19.15 | - |
| YUV | 108.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 119 | 0 | 0.66 | 0.38 | 0.25 | 334.02 | 0.5 | 0.5 |
| Hex | BF | 40 | 77 | 0 | 42 | 26 | 19 | 14E | 32 | 32 |
| Octal | 277 | 100 | 167 | 0 | 102 | 46 | 31 | 516 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1110111 | 0 | 1000010 | 100110 | 11001 | 101001110 | 110010 | 110010 |
Color Harmonies of #BF4077
Complementary color
Monochromatic Colors of #BF4077
Black with #BF4077
Text Example
Text Example
White with #BF4077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4077; }
p { color: rgb(191,64,119); }
H1.HeaderClassName
{
color: #BF4077;
}
.AnyTagClassName
{
color: #BF4077;
}
</style>
background-color css
<style>
a { background-color: #BF4077; }
a { background-color: rgb(191,64,119); }
div.DivClassName
{
background-color: #BF4077;
}
.BgClassName
{
background-color: #BF4077;
}
</style>
border-color css
<style>
span { border-color: #BF4077; }
span { border-color: rgb(191,64,119); }
td.TdClassName
{
border-color: #BF4077;
}
.TagClassName
{
border-color: #BF4077;
}
</style>