Shades of Royal Heath #BF456E
Tints of Royal Heath #BF456E
RGB
CMYK
RGB Variations
Color information
#BF456E (or 0xBF456E) is known color: Royal Heath. HEX triplet: BF, 45 and 6E. RGB value is (191,69,110). Sum of RGB (Red+Green+Blue) = 191+69+110=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF456E is #40BA91. Grayscale: #6E6E6E. Windows color (decimal): -4242066 or 7226815. OLE color: 7226815.
HSL color Cylindrical-coordinate representation of color #BF456E: hue angle of 339.84º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF456E is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 110 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.25 |
| HSL | 339.84º | 0.49% | 0.51% | - |
| HSV(B) | 339.84º | 0.64% | 0.75% | - |
| XYZ | 26.43 | 16.46 | 16.54 | - |
| YUV | 110.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 110 | 0 | 0.64 | 0.42 | 0.25 | 339.84 | 0.49 | 0.51 |
| Hex | BF | 45 | 6E | 0 | 40 | 2A | 19 | 154 | 31 | 33 |
| Octal | 277 | 105 | 156 | 0 | 100 | 52 | 31 | 524 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1101110 | 0 | 1000000 | 101010 | 11001 | 101010100 | 110001 | 110011 |
Color Harmonies of #BF456E
Complementary color
Monochromatic Colors of #BF456E
Black with #BF456E
Text Example
Text Example
White with #BF456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF456E; }
p { color: rgb(191,69,110); }
H1.HeaderClassName
{
color: #BF456E;
}
.AnyTagClassName
{
color: #BF456E;
}
</style>
background-color css
<style>
a { background-color: #BF456E; }
a { background-color: rgb(191,69,110); }
div.DivClassName
{
background-color: #BF456E;
}
.BgClassName
{
background-color: #BF456E;
}
</style>
border-color css
<style>
span { border-color: #BF456E; }
span { border-color: rgb(191,69,110); }
td.TdClassName
{
border-color: #BF456E;
}
.TagClassName
{
border-color: #BF456E;
}
</style>