Shades of Royal Heath #BF3A6C
Tints of Royal Heath #BF3A6C
RGB
CMYK
RGB Variations
Color information
#BF3A6C (or 0xBF3A6C) is known color: Royal Heath. HEX triplet: BF, 3A and 6C. RGB value is (191,58,108). Sum of RGB (Red+Green+Blue) = 191+58+108=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A6C is #40C593. Grayscale: #676767. Windows color (decimal): -4244884 or 7092927. OLE color: 7092927.
HSL color Cylindrical-coordinate representation of color #BF3A6C: hue angle of 337.44º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A6C is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 108 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.25 |
| HSL | 337.44º | 0.53% | 0.49% | - |
| HSV(B) | 337.44º | 0.7% | 0.75% | - |
| XYZ | 25.71 | 15.19 | 15.76 | - |
| YUV | 103.47 | 130.56 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 108 | 0 | 0.70 | 0.43 | 0.25 | 337.44 | 0.53 | 0.49 |
| Hex | BF | 3A | 6C | 0 | 46 | 2B | 19 | 151 | 35 | 31 |
| Octal | 277 | 72 | 154 | 0 | 106 | 53 | 31 | 521 | 65 | 61 |
| Binary | 10111111 | 111010 | 1101100 | 0 | 1000110 | 101011 | 11001 | 101010001 | 110101 | 110001 |
Color Harmonies of #BF3A6C
Complementary color
Monochromatic Colors of #BF3A6C
Black with #BF3A6C
Text Example
Text Example
White with #BF3A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A6C; }
p { color: rgb(191,58,108); }
H1.HeaderClassName
{
color: #BF3A6C;
}
.AnyTagClassName
{
color: #BF3A6C;
}
</style>
background-color css
<style>
a { background-color: #BF3A6C; }
a { background-color: rgb(191,58,108); }
div.DivClassName
{
background-color: #BF3A6C;
}
.BgClassName
{
background-color: #BF3A6C;
}
</style>
border-color css
<style>
span { border-color: #BF3A6C; }
span { border-color: rgb(191,58,108); }
td.TdClassName
{
border-color: #BF3A6C;
}
.TagClassName
{
border-color: #BF3A6C;
}
</style>