Shades of Royal Heath #BF3E68
Tints of Royal Heath #BF3E68
RGB
CMYK
RGB Variations
Color information
#BF3E68 (or 0xBF3E68) is known color: Royal Heath. HEX triplet: BF, 3E and 68. RGB value is (191,62,104). Sum of RGB (Red+Green+Blue) = 191+62+104=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E68 is #40C197. Grayscale: #696969. Windows color (decimal): -4243864 or 6831807. OLE color: 6831807.
HSL color Cylindrical-coordinate representation of color #BF3E68: hue angle of 340.47º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E68 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 104 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.25 |
| HSL | 340.47º | 0.51% | 0.5% | - |
| HSV(B) | 340.47º | 0.68% | 0.75% | - |
| XYZ | 25.71 | 15.52 | 14.74 | - |
| YUV | 105.36 | 127.24 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 104 | 0 | 0.68 | 0.46 | 0.25 | 340.47 | 0.51 | 0.5 |
| Hex | BF | 3E | 68 | 0 | 44 | 2E | 19 | 154 | 33 | 32 |
| Octal | 277 | 76 | 150 | 0 | 104 | 56 | 31 | 524 | 63 | 62 |
| Binary | 10111111 | 111110 | 1101000 | 0 | 1000100 | 101110 | 11001 | 101010100 | 110011 | 110010 |
Color Harmonies of #BF3E68
Complementary color
Monochromatic Colors of #BF3E68
Black with #BF3E68
Text Example
Text Example
White with #BF3E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E68; }
p { color: rgb(191,62,104); }
H1.HeaderClassName
{
color: #BF3E68;
}
.AnyTagClassName
{
color: #BF3E68;
}
</style>
background-color css
<style>
a { background-color: #BF3E68; }
a { background-color: rgb(191,62,104); }
div.DivClassName
{
background-color: #BF3E68;
}
.BgClassName
{
background-color: #BF3E68;
}
</style>
border-color css
<style>
span { border-color: #BF3E68; }
span { border-color: rgb(191,62,104); }
td.TdClassName
{
border-color: #BF3E68;
}
.TagClassName
{
border-color: #BF3E68;
}
</style>