Shades of Royal Heath #BF4173
Tints of Royal Heath #BF4173
RGB
CMYK
RGB Variations
Color information
#BF4173 (or 0xBF4173) is known color: Royal Heath. HEX triplet: BF, 41 and 73. RGB value is (191,65,115). Sum of RGB (Red+Green+Blue) = 191+65+115=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4173 is #40BE8C. Grayscale: #6C6C6C. Windows color (decimal): -4243085 or 7553471. OLE color: 7553471.
HSL color Cylindrical-coordinate representation of color #BF4173: hue angle of 336.19º 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 #BF4173 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 115 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.25 |
| HSL | 336.19º | 0.5% | 0.5% | - |
| HSV(B) | 336.19º | 0.66% | 0.75% | - |
| XYZ | 26.47 | 16.09 | 17.93 | - |
| YUV | 108.37 | 131.74 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 115 | 0 | 0.66 | 0.40 | 0.25 | 336.19 | 0.5 | 0.5 |
| Hex | BF | 41 | 73 | 0 | 42 | 28 | 19 | 150 | 32 | 32 |
| Octal | 277 | 101 | 163 | 0 | 102 | 50 | 31 | 520 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1110011 | 0 | 1000010 | 101000 | 11001 | 101010000 | 110010 | 110010 |
Color Harmonies of #BF4173
Complementary color
Monochromatic Colors of #BF4173
Black with #BF4173
Text Example
Text Example
White with #BF4173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4173; }
p { color: rgb(191,65,115); }
H1.HeaderClassName
{
color: #BF4173;
}
.AnyTagClassName
{
color: #BF4173;
}
</style>
background-color css
<style>
a { background-color: #BF4173; }
a { background-color: rgb(191,65,115); }
div.DivClassName
{
background-color: #BF4173;
}
.BgClassName
{
background-color: #BF4173;
}
</style>
border-color css
<style>
span { border-color: #BF4173; }
span { border-color: rgb(191,65,115); }
td.TdClassName
{
border-color: #BF4173;
}
.TagClassName
{
border-color: #BF4173;
}
</style>