Shades of Royal Heath #BF4172
Tints of Royal Heath #BF4172
RGB
CMYK
RGB Variations
Color information
#BF4172 (or 0xBF4172) is known color: Royal Heath. HEX triplet: BF, 41 and 72. RGB value is (191,65,114). Sum of RGB (Red+Green+Blue) = 191+65+114=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4172 is #40BE8D. Grayscale: #6C6C6C. Windows color (decimal): -4243086 or 7487935. OLE color: 7487935.
HSL color Cylindrical-coordinate representation of color #BF4172: hue angle of 336.67º 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 #BF4172 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 114 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.25 |
| HSL | 336.67º | 0.5% | 0.5% | - |
| HSV(B) | 336.67º | 0.66% | 0.75% | - |
| XYZ | 26.41 | 16.07 | 17.63 | - |
| YUV | 108.26 | 131.24 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 114 | 0 | 0.66 | 0.40 | 0.25 | 336.67 | 0.5 | 0.5 |
| Hex | BF | 41 | 72 | 0 | 42 | 28 | 19 | 151 | 32 | 32 |
| Octal | 277 | 101 | 162 | 0 | 102 | 50 | 31 | 521 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1110010 | 0 | 1000010 | 101000 | 11001 | 101010001 | 110010 | 110010 |
Color Harmonies of #BF4172
Complementary color
Monochromatic Colors of #BF4172
Black with #BF4172
Text Example
Text Example
White with #BF4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4172; }
p { color: rgb(191,65,114); }
H1.HeaderClassName
{
color: #BF4172;
}
.AnyTagClassName
{
color: #BF4172;
}
</style>
background-color css
<style>
a { background-color: #BF4172; }
a { background-color: rgb(191,65,114); }
div.DivClassName
{
background-color: #BF4172;
}
.BgClassName
{
background-color: #BF4172;
}
</style>
border-color css
<style>
span { border-color: #BF4172; }
span { border-color: rgb(191,65,114); }
td.TdClassName
{
border-color: #BF4172;
}
.TagClassName
{
border-color: #BF4172;
}
</style>