Shades of Royal Heath #BF356E
Tints of Royal Heath #BF356E
RGB
CMYK
RGB Variations
Color information
#BF356E (or 0xBF356E) is known color: Royal Heath. HEX triplet: BF, 35 and 6E. RGB value is (191,53,110). Sum of RGB (Red+Green+Blue) = 191+53+110=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF356E is #40CA91. Grayscale: #646464. Windows color (decimal): -4246162 or 7222719. OLE color: 7222719.
HSL color Cylindrical-coordinate representation of color #BF356E: hue angle of 335.22º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF356E is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 53 | 110 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.25 |
| HSL | 335.22º | 0.57% | 0.48% | - |
| HSV(B) | 335.22º | 0.72% | 0.75% | - |
| XYZ | 25.57 | 14.75 | 16.25 | - |
| YUV | 100.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 53 | 110 | 0 | 0.72 | 0.42 | 0.25 | 335.22 | 0.57 | 0.48 |
| Hex | BF | 35 | 6E | 0 | 48 | 2A | 19 | 14F | 39 | 30 |
| Octal | 277 | 65 | 156 | 0 | 110 | 52 | 31 | 517 | 71 | 60 |
| Binary | 10111111 | 110101 | 1101110 | 0 | 1001000 | 101010 | 11001 | 101001111 | 111001 | 110000 |
Color Harmonies of #BF356E
Complementary color
Monochromatic Colors of #BF356E
Black with #BF356E
Text Example
Text Example
White with #BF356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF356E; }
p { color: rgb(191,53,110); }
H1.HeaderClassName
{
color: #BF356E;
}
.AnyTagClassName
{
color: #BF356E;
}
</style>
background-color css
<style>
a { background-color: #BF356E; }
a { background-color: rgb(191,53,110); }
div.DivClassName
{
background-color: #BF356E;
}
.BgClassName
{
background-color: #BF356E;
}
</style>
border-color css
<style>
span { border-color: #BF356E; }
span { border-color: rgb(191,53,110); }
td.TdClassName
{
border-color: #BF356E;
}
.TagClassName
{
border-color: #BF356E;
}
</style>