Shades of Royal Heath #BF4C75
Tints of Royal Heath #BF4C75
RGB
CMYK
RGB Variations
Color information
#BF4C75 (or 0xBF4C75) is known color: Royal Heath. HEX triplet: BF, 4C and 75. RGB value is (191,76,117). Sum of RGB (Red+Green+Blue) = 191+76+117=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C75 is #40B38A. Grayscale: #737373. Windows color (decimal): -4240267 or 7687359. OLE color: 7687359.
HSL color Cylindrical-coordinate representation of color #BF4C75: hue angle of 338.61º 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 #BF4C75 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 117 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.25 |
| HSL | 338.61º | 0.47% | 0.52% | - |
| HSV(B) | 338.61º | 0.6% | 0.75% | - |
| XYZ | 27.28 | 17.53 | 18.78 | - |
| YUV | 115.06 | 129.1 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 117 | 0 | 0.60 | 0.39 | 0.25 | 338.61 | 0.47 | 0.52 |
| Hex | BF | 4C | 75 | 0 | 3C | 27 | 19 | 153 | 2F | 34 |
| Octal | 277 | 114 | 165 | 0 | 74 | 47 | 31 | 523 | 57 | 64 |
| Binary | 10111111 | 1001100 | 1110101 | 0 | 111100 | 100111 | 11001 | 101010011 | 101111 | 110100 |
Color Harmonies of #BF4C75
Complementary color
Monochromatic Colors of #BF4C75
Black with #BF4C75
Text Example
Text Example
White with #BF4C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C75; }
p { color: rgb(191,76,117); }
H1.HeaderClassName
{
color: #BF4C75;
}
.AnyTagClassName
{
color: #BF4C75;
}
</style>
background-color css
<style>
a { background-color: #BF4C75; }
a { background-color: rgb(191,76,117); }
div.DivClassName
{
background-color: #BF4C75;
}
.BgClassName
{
background-color: #BF4C75;
}
</style>
border-color css
<style>
span { border-color: #BF4C75; }
span { border-color: rgb(191,76,117); }
td.TdClassName
{
border-color: #BF4C75;
}
.TagClassName
{
border-color: #BF4C75;
}
</style>