Shades of Royal Heath #BF4872
Tints of Royal Heath #BF4872
RGB
CMYK
RGB Variations
Color information
#BF4872 (or 0xBF4872) is known color: Royal Heath. HEX triplet: BF, 48 and 72. RGB value is (191,72,114). Sum of RGB (Red+Green+Blue) = 191+72+114=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4872 is #40B78D. Grayscale: #707070. Windows color (decimal): -4241294 or 7489727. OLE color: 7489727.
HSL color Cylindrical-coordinate representation of color #BF4872: hue angle of 338.82º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4872 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 114 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.25 |
| HSL | 338.82º | 0.48% | 0.52% | - |
| HSV(B) | 338.82º | 0.62% | 0.75% | - |
| XYZ | 26.84 | 16.93 | 17.77 | - |
| YUV | 112.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 114 | 0 | 0.62 | 0.40 | 0.25 | 338.82 | 0.48 | 0.52 |
| Hex | BF | 48 | 72 | 0 | 3E | 28 | 19 | 153 | 30 | 34 |
| Octal | 277 | 110 | 162 | 0 | 76 | 50 | 31 | 523 | 60 | 64 |
| Binary | 10111111 | 1001000 | 1110010 | 0 | 111110 | 101000 | 11001 | 101010011 | 110000 | 110100 |
Color Harmonies of #BF4872
Complementary color
Monochromatic Colors of #BF4872
Black with #BF4872
Text Example
Text Example
White with #BF4872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4872; }
p { color: rgb(191,72,114); }
H1.HeaderClassName
{
color: #BF4872;
}
.AnyTagClassName
{
color: #BF4872;
}
</style>
background-color css
<style>
a { background-color: #BF4872; }
a { background-color: rgb(191,72,114); }
div.DivClassName
{
background-color: #BF4872;
}
.BgClassName
{
background-color: #BF4872;
}
</style>
border-color css
<style>
span { border-color: #BF4872; }
span { border-color: rgb(191,72,114); }
td.TdClassName
{
border-color: #BF4872;
}
.TagClassName
{
border-color: #BF4872;
}
</style>