Shades of Royal Heath #BF4072
Tints of Royal Heath #BF4072
RGB
CMYK
RGB Variations
Color information
#BF4072 (or 0xBF4072) is known color: Royal Heath. HEX triplet: BF, 40 and 72. RGB value is (191,64,114). Sum of RGB (Red+Green+Blue) = 191+64+114=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4072 is #40BF8D. Grayscale: #6B6B6B. Windows color (decimal): -4243342 or 7487679. OLE color: 7487679.
HSL color Cylindrical-coordinate representation of color #BF4072: hue angle of 336.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4072 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 114 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.25 |
| HSL | 336.38º | 0.5% | 0.5% | - |
| HSV(B) | 336.38º | 0.66% | 0.75% | - |
| XYZ | 26.36 | 15.96 | 17.61 | - |
| YUV | 107.67 | 131.58 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 114 | 0 | 0.66 | 0.40 | 0.25 | 336.38 | 0.5 | 0.5 |
| Hex | BF | 40 | 72 | 0 | 42 | 28 | 19 | 150 | 32 | 32 |
| Octal | 277 | 100 | 162 | 0 | 102 | 50 | 31 | 520 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1110010 | 0 | 1000010 | 101000 | 11001 | 101010000 | 110010 | 110010 |
Color Harmonies of #BF4072
Complementary color
Monochromatic Colors of #BF4072
Black with #BF4072
Text Example
Text Example
White with #BF4072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4072; }
p { color: rgb(191,64,114); }
H1.HeaderClassName
{
color: #BF4072;
}
.AnyTagClassName
{
color: #BF4072;
}
</style>
background-color css
<style>
a { background-color: #BF4072; }
a { background-color: rgb(191,64,114); }
div.DivClassName
{
background-color: #BF4072;
}
.BgClassName
{
background-color: #BF4072;
}
</style>
border-color css
<style>
span { border-color: #BF4072; }
span { border-color: rgb(191,64,114); }
td.TdClassName
{
border-color: #BF4072;
}
.TagClassName
{
border-color: #BF4072;
}
</style>