Shades of Royal Heath #BF4270
Tints of Royal Heath #BF4270
RGB
CMYK
RGB Variations
Color information
#BF4270 (or 0xBF4270) is known color: Royal Heath. HEX triplet: BF, 42 and 70. RGB value is (191,66,112). Sum of RGB (Red+Green+Blue) = 191+66+112=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4270 is #40BD8F. Grayscale: #6C6C6C. Windows color (decimal): -4242832 or 7357119. OLE color: 7357119.
HSL color Cylindrical-coordinate representation of color #BF4270: hue angle of 337.92º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4270 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 112 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.25 |
| HSL | 337.92º | 0.49% | 0.5% | - |
| HSV(B) | 337.92º | 0.65% | 0.75% | - |
| XYZ | 26.36 | 16.14 | 17.06 | - |
| YUV | 108.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 112 | 0 | 0.65 | 0.41 | 0.25 | 337.92 | 0.49 | 0.5 |
| Hex | BF | 42 | 70 | 0 | 41 | 29 | 19 | 152 | 31 | 32 |
| Octal | 277 | 102 | 160 | 0 | 101 | 51 | 31 | 522 | 61 | 62 |
| Binary | 10111111 | 1000010 | 1110000 | 0 | 1000001 | 101001 | 11001 | 101010010 | 110001 | 110010 |
Color Harmonies of #BF4270
Complementary color
Monochromatic Colors of #BF4270
Black with #BF4270
Text Example
Text Example
White with #BF4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4270; }
p { color: rgb(191,66,112); }
H1.HeaderClassName
{
color: #BF4270;
}
.AnyTagClassName
{
color: #BF4270;
}
</style>
background-color css
<style>
a { background-color: #BF4270; }
a { background-color: rgb(191,66,112); }
div.DivClassName
{
background-color: #BF4270;
}
.BgClassName
{
background-color: #BF4270;
}
</style>
border-color css
<style>
span { border-color: #BF4270; }
span { border-color: rgb(191,66,112); }
td.TdClassName
{
border-color: #BF4270;
}
.TagClassName
{
border-color: #BF4270;
}
</style>