Shades of Royal Heath #BF4273
Tints of Royal Heath #BF4273
RGB
CMYK
RGB Variations
Color information
#BF4273 (or 0xBF4273) is known color: Royal Heath. HEX triplet: BF, 42 and 73. RGB value is (191,66,115). Sum of RGB (Red+Green+Blue) = 191+66+115=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4273 is #40BD8C. Grayscale: #6C6C6C. Windows color (decimal): -4242829 or 7553727. OLE color: 7553727.
HSL color Cylindrical-coordinate representation of color #BF4273: hue angle of 336.48º 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 #BF4273 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 115 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.25 |
| HSL | 336.48º | 0.49% | 0.5% | - |
| HSV(B) | 336.48º | 0.65% | 0.75% | - |
| XYZ | 26.53 | 16.21 | 17.95 | - |
| YUV | 108.96 | 131.41 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 115 | 0 | 0.65 | 0.40 | 0.25 | 336.48 | 0.49 | 0.5 |
| Hex | BF | 42 | 73 | 0 | 41 | 28 | 19 | 150 | 31 | 32 |
| Octal | 277 | 102 | 163 | 0 | 101 | 50 | 31 | 520 | 61 | 62 |
| Binary | 10111111 | 1000010 | 1110011 | 0 | 1000001 | 101000 | 11001 | 101010000 | 110001 | 110010 |
Color Harmonies of #BF4273
Complementary color
Monochromatic Colors of #BF4273
Black with #BF4273
Text Example
Text Example
White with #BF4273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4273; }
p { color: rgb(191,66,115); }
H1.HeaderClassName
{
color: #BF4273;
}
.AnyTagClassName
{
color: #BF4273;
}
</style>
background-color css
<style>
a { background-color: #BF4273; }
a { background-color: rgb(191,66,115); }
div.DivClassName
{
background-color: #BF4273;
}
.BgClassName
{
background-color: #BF4273;
}
</style>
border-color css
<style>
span { border-color: #BF4273; }
span { border-color: rgb(191,66,115); }
td.TdClassName
{
border-color: #BF4273;
}
.TagClassName
{
border-color: #BF4273;
}
</style>