Shades of Royal Heath #BF4C72
Tints of Royal Heath #BF4C72
RGB
CMYK
RGB Variations
Color information
#BF4C72 (or 0xBF4C72) is known color: Royal Heath. HEX triplet: BF, 4C and 72. RGB value is (191,76,114). Sum of RGB (Red+Green+Blue) = 191+76+114=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C72 is #40B38D. Grayscale: #727272. Windows color (decimal): -4240270 or 7490751. OLE color: 7490751.
HSL color Cylindrical-coordinate representation of color #BF4C72: hue angle of 340.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C72 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 114 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.25 |
| HSL | 340.17º | 0.47% | 0.52% | - |
| HSV(B) | 340.17º | 0.6% | 0.75% | - |
| XYZ | 27.11 | 17.46 | 17.86 | - |
| YUV | 114.72 | 127.6 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 114 | 0 | 0.60 | 0.40 | 0.25 | 340.17 | 0.47 | 0.52 |
| Hex | BF | 4C | 72 | 0 | 3C | 28 | 19 | 154 | 2F | 34 |
| Octal | 277 | 114 | 162 | 0 | 74 | 50 | 31 | 524 | 57 | 64 |
| Binary | 10111111 | 1001100 | 1110010 | 0 | 111100 | 101000 | 11001 | 101010100 | 101111 | 110100 |
Color Harmonies of #BF4C72
Complementary color
Monochromatic Colors of #BF4C72
Black with #BF4C72
Text Example
Text Example
White with #BF4C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C72; }
p { color: rgb(191,76,114); }
H1.HeaderClassName
{
color: #BF4C72;
}
.AnyTagClassName
{
color: #BF4C72;
}
</style>
background-color css
<style>
a { background-color: #BF4C72; }
a { background-color: rgb(191,76,114); }
div.DivClassName
{
background-color: #BF4C72;
}
.BgClassName
{
background-color: #BF4C72;
}
</style>
border-color css
<style>
span { border-color: #BF4C72; }
span { border-color: rgb(191,76,114); }
td.TdClassName
{
border-color: #BF4C72;
}
.TagClassName
{
border-color: #BF4C72;
}
</style>