Shades of Royal Heath #BF3F68
Tints of Royal Heath #BF3F68
RGB
CMYK
RGB Variations
Color information
#BF3F68 (or 0xBF3F68) is known color: Royal Heath. HEX triplet: BF, 3F and 68. RGB value is (191,63,104). Sum of RGB (Red+Green+Blue) = 191+63+104=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F68 is #40C097. Grayscale: #696969. Windows color (decimal): -4243608 or 6832063. OLE color: 6832063.
HSL color Cylindrical-coordinate representation of color #BF3F68: hue angle of 340.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F68 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 104 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.25 |
| HSL | 340.78º | 0.5% | 0.5% | - |
| HSV(B) | 340.78º | 0.67% | 0.75% | - |
| XYZ | 25.76 | 15.63 | 14.76 | - |
| YUV | 105.95 | 126.91 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 104 | 0 | 0.67 | 0.46 | 0.25 | 340.78 | 0.5 | 0.5 |
| Hex | BF | 3F | 68 | 0 | 43 | 2E | 19 | 155 | 32 | 32 |
| Octal | 277 | 77 | 150 | 0 | 103 | 56 | 31 | 525 | 62 | 62 |
| Binary | 10111111 | 111111 | 1101000 | 0 | 1000011 | 101110 | 11001 | 101010101 | 110010 | 110010 |
Color Harmonies of #BF3F68
Complementary color
Monochromatic Colors of #BF3F68
Black with #BF3F68
Text Example
Text Example
White with #BF3F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3F68; }
p { color: rgb(191,63,104); }
H1.HeaderClassName
{
color: #BF3F68;
}
.AnyTagClassName
{
color: #BF3F68;
}
</style>
background-color css
<style>
a { background-color: #BF3F68; }
a { background-color: rgb(191,63,104); }
div.DivClassName
{
background-color: #BF3F68;
}
.BgClassName
{
background-color: #BF3F68;
}
</style>
border-color css
<style>
span { border-color: #BF3F68; }
span { border-color: rgb(191,63,104); }
td.TdClassName
{
border-color: #BF3F68;
}
.TagClassName
{
border-color: #BF3F68;
}
</style>