Shades of Royal Heath #BF3C76
Tints of Royal Heath #BF3C76
RGB
CMYK
RGB Variations
Color information
#BF3C76 (or 0xBF3C76) is known color: Royal Heath. HEX triplet: BF, 3C and 76. RGB value is (191,60,118). Sum of RGB (Red+Green+Blue) = 191+60+118=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C76 is #40C389. Grayscale: #696969. Windows color (decimal): -4244362 or 7748799. OLE color: 7748799.
HSL color Cylindrical-coordinate representation of color #BF3C76: hue angle of 333.44º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C76 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 118 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.25 |
| HSL | 333.44º | 0.52% | 0.49% | - |
| HSV(B) | 333.44º | 0.69% | 0.75% | - |
| XYZ | 26.37 | 15.62 | 18.76 | - |
| YUV | 105.78 | 134.9 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 118 | 0 | 0.69 | 0.38 | 0.25 | 333.44 | 0.52 | 0.49 |
| Hex | BF | 3C | 76 | 0 | 45 | 26 | 19 | 14D | 34 | 31 |
| Octal | 277 | 74 | 166 | 0 | 105 | 46 | 31 | 515 | 64 | 61 |
| Binary | 10111111 | 111100 | 1110110 | 0 | 1000101 | 100110 | 11001 | 101001101 | 110100 | 110001 |
Color Harmonies of #BF3C76
Complementary color
Monochromatic Colors of #BF3C76
Black with #BF3C76
Text Example
Text Example
White with #BF3C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C76; }
p { color: rgb(191,60,118); }
H1.HeaderClassName
{
color: #BF3C76;
}
.AnyTagClassName
{
color: #BF3C76;
}
</style>
background-color css
<style>
a { background-color: #BF3C76; }
a { background-color: rgb(191,60,118); }
div.DivClassName
{
background-color: #BF3C76;
}
.BgClassName
{
background-color: #BF3C76;
}
</style>
border-color css
<style>
span { border-color: #BF3C76; }
span { border-color: rgb(191,60,118); }
td.TdClassName
{
border-color: #BF3C76;
}
.TagClassName
{
border-color: #BF3C76;
}
</style>