Shades of Royal Heath #BF346F
Tints of Royal Heath #BF346F
RGB
CMYK
RGB Variations
Color information
#BF346F (or 0xBF346F) is known color: Royal Heath. HEX triplet: BF, 34 and 6F. RGB value is (191,52,111). Sum of RGB (Red+Green+Blue) = 191+52+111=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF346F is #40CB90. Grayscale: #646464. Windows color (decimal): -4246417 or 7287999. OLE color: 7287999.
HSL color Cylindrical-coordinate representation of color #BF346F: hue angle of 334.53º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF346F is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 111 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.25 |
| HSL | 334.53º | 0.57% | 0.48% | - |
| HSV(B) | 334.53º | 0.73% | 0.75% | - |
| XYZ | 25.58 | 14.68 | 16.52 | - |
| YUV | 100.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 111 | 0 | 0.73 | 0.42 | 0.25 | 334.53 | 0.57 | 0.48 |
| Hex | BF | 34 | 6F | 0 | 49 | 2A | 19 | 14F | 39 | 30 |
| Octal | 277 | 64 | 157 | 0 | 111 | 52 | 31 | 517 | 71 | 60 |
| Binary | 10111111 | 110100 | 1101111 | 0 | 1001001 | 101010 | 11001 | 101001111 | 111001 | 110000 |
Color Harmonies of #BF346F
Complementary color
Monochromatic Colors of #BF346F
Black with #BF346F
Text Example
Text Example
White with #BF346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF346F; }
p { color: rgb(191,52,111); }
H1.HeaderClassName
{
color: #BF346F;
}
.AnyTagClassName
{
color: #BF346F;
}
</style>
background-color css
<style>
a { background-color: #BF346F; }
a { background-color: rgb(191,52,111); }
div.DivClassName
{
background-color: #BF346F;
}
.BgClassName
{
background-color: #BF346F;
}
</style>
border-color css
<style>
span { border-color: #BF346F; }
span { border-color: rgb(191,52,111); }
td.TdClassName
{
border-color: #BF346F;
}
.TagClassName
{
border-color: #BF346F;
}
</style>