Shades of Royal Heath #BF3C6C
Tints of Royal Heath #BF3C6C
RGB
CMYK
RGB Variations
Color information
#BF3C6C (or 0xBF3C6C) is known color: Royal Heath. HEX triplet: BF, 3C and 6C. RGB value is (191,60,108). Sum of RGB (Red+Green+Blue) = 191+60+108=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C6C is #40C393. Grayscale: #686868. Windows color (decimal): -4244372 or 7093439. OLE color: 7093439.
HSL color Cylindrical-coordinate representation of color #BF3C6C: hue angle of 338.02º 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 #BF3C6C is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 108 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.25 |
| HSL | 338.02º | 0.52% | 0.49% | - |
| HSV(B) | 338.02º | 0.69% | 0.75% | - |
| XYZ | 25.81 | 15.39 | 15.8 | - |
| YUV | 104.64 | 129.9 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 108 | 0 | 0.69 | 0.43 | 0.25 | 338.02 | 0.52 | 0.49 |
| Hex | BF | 3C | 6C | 0 | 45 | 2B | 19 | 152 | 34 | 31 |
| Octal | 277 | 74 | 154 | 0 | 105 | 53 | 31 | 522 | 64 | 61 |
| Binary | 10111111 | 111100 | 1101100 | 0 | 1000101 | 101011 | 11001 | 101010010 | 110100 | 110001 |
Color Harmonies of #BF3C6C
Complementary color
Monochromatic Colors of #BF3C6C
Black with #BF3C6C
Text Example
Text Example
White with #BF3C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C6C; }
p { color: rgb(191,60,108); }
H1.HeaderClassName
{
color: #BF3C6C;
}
.AnyTagClassName
{
color: #BF3C6C;
}
</style>
background-color css
<style>
a { background-color: #BF3C6C; }
a { background-color: rgb(191,60,108); }
div.DivClassName
{
background-color: #BF3C6C;
}
.BgClassName
{
background-color: #BF3C6C;
}
</style>
border-color css
<style>
span { border-color: #BF3C6C; }
span { border-color: rgb(191,60,108); }
td.TdClassName
{
border-color: #BF3C6C;
}
.TagClassName
{
border-color: #BF3C6C;
}
</style>