Shades of Royal Heath #BF466D
Tints of Royal Heath #BF466D
RGB
CMYK
RGB Variations
Color information
#BF466D (or 0xBF466D) is known color: Royal Heath. HEX triplet: BF, 46 and 6D. RGB value is (191,70,109). Sum of RGB (Red+Green+Blue) = 191+70+109=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF466D is #40B992. Grayscale: #6E6E6E. Windows color (decimal): -4241811 or 7161535. OLE color: 7161535.
HSL color Cylindrical-coordinate representation of color #BF466D: hue angle of 340.66º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF466D is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 109 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.25 |
| HSL | 340.66º | 0.49% | 0.51% | - |
| HSV(B) | 340.66º | 0.63% | 0.75% | - |
| XYZ | 26.44 | 16.56 | 16.27 | - |
| YUV | 110.63 | 127.09 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 109 | 0 | 0.63 | 0.43 | 0.25 | 340.66 | 0.49 | 0.51 |
| Hex | BF | 46 | 6D | 0 | 3F | 2B | 19 | 155 | 31 | 33 |
| Octal | 277 | 106 | 155 | 0 | 77 | 53 | 31 | 525 | 61 | 63 |
| Binary | 10111111 | 1000110 | 1101101 | 0 | 111111 | 101011 | 11001 | 101010101 | 110001 | 110011 |
Color Harmonies of #BF466D
Complementary color
Monochromatic Colors of #BF466D
Black with #BF466D
Text Example
Text Example
White with #BF466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF466D; }
p { color: rgb(191,70,109); }
H1.HeaderClassName
{
color: #BF466D;
}
.AnyTagClassName
{
color: #BF466D;
}
</style>
background-color css
<style>
a { background-color: #BF466D; }
a { background-color: rgb(191,70,109); }
div.DivClassName
{
background-color: #BF466D;
}
.BgClassName
{
background-color: #BF466D;
}
</style>
border-color css
<style>
span { border-color: #BF466D; }
span { border-color: rgb(191,70,109); }
td.TdClassName
{
border-color: #BF466D;
}
.TagClassName
{
border-color: #BF466D;
}
</style>