Shades of Royal Heath #BF466B
Tints of Royal Heath #BF466B
RGB
CMYK
RGB Variations
Color information
#BF466B (or 0xBF466B) is known color: Royal Heath. HEX triplet: BF, 46 and 6B. RGB value is (191,70,107). Sum of RGB (Red+Green+Blue) = 191+70+107=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF466B is #40B994. Grayscale: #6E6E6E. Windows color (decimal): -4241813 or 7030463. OLE color: 7030463.
HSL color Cylindrical-coordinate representation of color #BF466B: hue angle of 341.65º 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 #BF466B is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 107 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.25 |
| HSL | 341.65º | 0.49% | 0.51% | - |
| HSV(B) | 341.65º | 0.63% | 0.75% | - |
| XYZ | 26.33 | 16.52 | 15.71 | - |
| YUV | 110.4 | 126.09 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 107 | 0 | 0.63 | 0.44 | 0.25 | 341.65 | 0.49 | 0.51 |
| Hex | BF | 46 | 6B | 0 | 3F | 2C | 19 | 156 | 31 | 33 |
| Octal | 277 | 106 | 153 | 0 | 77 | 54 | 31 | 526 | 61 | 63 |
| Binary | 10111111 | 1000110 | 1101011 | 0 | 111111 | 101100 | 11001 | 101010110 | 110001 | 110011 |
Color Harmonies of #BF466B
Complementary color
Monochromatic Colors of #BF466B
Black with #BF466B
Text Example
Text Example
White with #BF466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF466B; }
p { color: rgb(191,70,107); }
H1.HeaderClassName
{
color: #BF466B;
}
.AnyTagClassName
{
color: #BF466B;
}
</style>
background-color css
<style>
a { background-color: #BF466B; }
a { background-color: rgb(191,70,107); }
div.DivClassName
{
background-color: #BF466B;
}
.BgClassName
{
background-color: #BF466B;
}
</style>
border-color css
<style>
span { border-color: #BF466B; }
span { border-color: rgb(191,70,107); }
td.TdClassName
{
border-color: #BF466B;
}
.TagClassName
{
border-color: #BF466B;
}
</style>