Shades of Royal Heath #BF3D68
Tints of Royal Heath #BF3D68
RGB
CMYK
RGB Variations
Color information
#BF3D68 (or 0xBF3D68) is known color: Royal Heath. HEX triplet: BF, 3D and 68. RGB value is (191,61,104). Sum of RGB (Red+Green+Blue) = 191+61+104=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3D68 is #40C297. Grayscale: #686868. Windows color (decimal): -4244120 or 6831551. OLE color: 6831551.
HSL color Cylindrical-coordinate representation of color #BF3D68: hue angle of 340.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3D68 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 61 | 104 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.25 |
| HSL | 340.15º | 0.52% | 0.49% | - |
| HSV(B) | 340.15º | 0.68% | 0.75% | - |
| XYZ | 25.65 | 15.41 | 14.72 | - |
| YUV | 104.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 104 | 0 | 0.68 | 0.46 | 0.25 | 340.15 | 0.52 | 0.49 |
| Hex | BF | 3D | 68 | 0 | 44 | 2E | 19 | 154 | 34 | 31 |
| Octal | 277 | 75 | 150 | 0 | 104 | 56 | 31 | 524 | 64 | 61 |
| Binary | 10111111 | 111101 | 1101000 | 0 | 1000100 | 101110 | 11001 | 101010100 | 110100 | 110001 |
Color Harmonies of #BF3D68
Complementary color
Monochromatic Colors of #BF3D68
Black with #BF3D68
Text Example
Text Example
White with #BF3D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3D68; }
p { color: rgb(191,61,104); }
H1.HeaderClassName
{
color: #BF3D68;
}
.AnyTagClassName
{
color: #BF3D68;
}
</style>
background-color css
<style>
a { background-color: #BF3D68; }
a { background-color: rgb(191,61,104); }
div.DivClassName
{
background-color: #BF3D68;
}
.BgClassName
{
background-color: #BF3D68;
}
</style>
border-color css
<style>
span { border-color: #BF3D68; }
span { border-color: rgb(191,61,104); }
td.TdClassName
{
border-color: #BF3D68;
}
.TagClassName
{
border-color: #BF3D68;
}
</style>