Shades of Royal Heath #BF4073
Tints of Royal Heath #BF4073
RGB
CMYK
RGB Variations
Color information
#BF4073 (or 0xBF4073) is known color: Royal Heath. HEX triplet: BF, 40 and 73. RGB value is (191,64,115). Sum of RGB (Red+Green+Blue) = 191+64+115=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4073 is #40BF8C. Grayscale: #6B6B6B. Windows color (decimal): -4243341 or 7553215. OLE color: 7553215.
HSL color Cylindrical-coordinate representation of color #BF4073: hue angle of 335.91º 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 #BF4073 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 115 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.25 |
| HSL | 335.91º | 0.5% | 0.5% | - |
| HSV(B) | 335.91º | 0.66% | 0.75% | - |
| XYZ | 26.41 | 15.98 | 17.91 | - |
| YUV | 107.79 | 132.08 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 115 | 0 | 0.66 | 0.40 | 0.25 | 335.91 | 0.5 | 0.5 |
| Hex | BF | 40 | 73 | 0 | 42 | 28 | 19 | 150 | 32 | 32 |
| Octal | 277 | 100 | 163 | 0 | 102 | 50 | 31 | 520 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1110011 | 0 | 1000010 | 101000 | 11001 | 101010000 | 110010 | 110010 |
Color Harmonies of #BF4073
Complementary color
Monochromatic Colors of #BF4073
Black with #BF4073
Text Example
Text Example
White with #BF4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4073; }
p { color: rgb(191,64,115); }
H1.HeaderClassName
{
color: #BF4073;
}
.AnyTagClassName
{
color: #BF4073;
}
</style>
background-color css
<style>
a { background-color: #BF4073; }
a { background-color: rgb(191,64,115); }
div.DivClassName
{
background-color: #BF4073;
}
.BgClassName
{
background-color: #BF4073;
}
</style>
border-color css
<style>
span { border-color: #BF4073; }
span { border-color: rgb(191,64,115); }
td.TdClassName
{
border-color: #BF4073;
}
.TagClassName
{
border-color: #BF4073;
}
</style>