Shades of Royal Heath #BF4074
Tints of Royal Heath #BF4074
RGB
CMYK
RGB Variations
Color information
#BF4074 (or 0xBF4074) is known color: Royal Heath. HEX triplet: BF, 40 and 74. RGB value is (191,64,116). Sum of RGB (Red+Green+Blue) = 191+64+116=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4074 is #40BF8B. Grayscale: #6B6B6B. Windows color (decimal): -4243340 or 7618751. OLE color: 7618751.
HSL color Cylindrical-coordinate representation of color #BF4074: hue angle of 335.43º 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 #BF4074 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 116 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.25 |
| HSL | 335.43º | 0.5% | 0.5% | - |
| HSV(B) | 335.43º | 0.66% | 0.75% | - |
| XYZ | 26.47 | 16 | 18.22 | - |
| YUV | 107.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 116 | 0 | 0.66 | 0.39 | 0.25 | 335.43 | 0.5 | 0.5 |
| Hex | BF | 40 | 74 | 0 | 42 | 27 | 19 | 14F | 32 | 32 |
| Octal | 277 | 100 | 164 | 0 | 102 | 47 | 31 | 517 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1110100 | 0 | 1000010 | 100111 | 11001 | 101001111 | 110010 | 110010 |
Color Harmonies of #BF4074
Complementary color
Monochromatic Colors of #BF4074
Black with #BF4074
Text Example
Text Example
White with #BF4074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4074; }
p { color: rgb(191,64,116); }
H1.HeaderClassName
{
color: #BF4074;
}
.AnyTagClassName
{
color: #BF4074;
}
</style>
background-color css
<style>
a { background-color: #BF4074; }
a { background-color: rgb(191,64,116); }
div.DivClassName
{
background-color: #BF4074;
}
.BgClassName
{
background-color: #BF4074;
}
</style>
border-color css
<style>
span { border-color: #BF4074; }
span { border-color: rgb(191,64,116); }
td.TdClassName
{
border-color: #BF4074;
}
.TagClassName
{
border-color: #BF4074;
}
</style>