Shades of Royal Heath #BF4D76
Tints of Royal Heath #BF4D76
RGB
CMYK
RGB Variations
Color information
#BF4D76 (or 0xBF4D76) is known color: Royal Heath. HEX triplet: BF, 4D and 76. RGB value is (191,77,118). Sum of RGB (Red+Green+Blue) = 191+77+118=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D76 is #40B289. Grayscale: #737373. Windows color (decimal): -4240010 or 7753151. OLE color: 7753151.
HSL color Cylindrical-coordinate representation of color #BF4D76: hue angle of 338.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4D76 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 118 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.25 |
| HSL | 338.42º | 0.47% | 0.53% | - |
| HSV(B) | 338.42º | 0.6% | 0.75% | - |
| XYZ | 27.41 | 17.69 | 19.11 | - |
| YUV | 115.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 118 | 0 | 0.60 | 0.38 | 0.25 | 338.42 | 0.47 | 0.53 |
| Hex | BF | 4D | 76 | 0 | 3C | 26 | 19 | 152 | 2F | 35 |
| Octal | 277 | 115 | 166 | 0 | 74 | 46 | 31 | 522 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1110110 | 0 | 111100 | 100110 | 11001 | 101010010 | 101111 | 110101 |
Color Harmonies of #BF4D76
Complementary color
Monochromatic Colors of #BF4D76
Black with #BF4D76
Text Example
Text Example
White with #BF4D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D76; }
p { color: rgb(191,77,118); }
H1.HeaderClassName
{
color: #BF4D76;
}
.AnyTagClassName
{
color: #BF4D76;
}
</style>
background-color css
<style>
a { background-color: #BF4D76; }
a { background-color: rgb(191,77,118); }
div.DivClassName
{
background-color: #BF4D76;
}
.BgClassName
{
background-color: #BF4D76;
}
</style>
border-color css
<style>
span { border-color: #BF4D76; }
span { border-color: rgb(191,77,118); }
td.TdClassName
{
border-color: #BF4D76;
}
.TagClassName
{
border-color: #BF4D76;
}
</style>