Shades of Royal Heath #BF496D
Tints of Royal Heath #BF496D
RGB
CMYK
RGB Variations
Color information
#BF496D (or 0xBF496D) is known color: Royal Heath. HEX triplet: BF, 49 and 6D. RGB value is (191,73,109). Sum of RGB (Red+Green+Blue) = 191+73+109=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF496D is #40B692. Grayscale: #707070. Windows color (decimal): -4241043 or 7162303. OLE color: 7162303.
HSL color Cylindrical-coordinate representation of color #BF496D: hue angle of 341.69º 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 #BF496D is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 109 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.25 |
| HSL | 341.69º | 0.48% | 0.52% | - |
| HSV(B) | 341.69º | 0.62% | 0.75% | - |
| XYZ | 26.63 | 16.95 | 16.34 | - |
| YUV | 112.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 109 | 0 | 0.62 | 0.43 | 0.25 | 341.69 | 0.48 | 0.52 |
| Hex | BF | 49 | 6D | 0 | 3E | 2B | 19 | 156 | 30 | 34 |
| Octal | 277 | 111 | 155 | 0 | 76 | 53 | 31 | 526 | 60 | 64 |
| Binary | 10111111 | 1001001 | 1101101 | 0 | 111110 | 101011 | 11001 | 101010110 | 110000 | 110100 |
Color Harmonies of #BF496D
Complementary color
Monochromatic Colors of #BF496D
Black with #BF496D
Text Example
Text Example
White with #BF496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF496D; }
p { color: rgb(191,73,109); }
H1.HeaderClassName
{
color: #BF496D;
}
.AnyTagClassName
{
color: #BF496D;
}
</style>
background-color css
<style>
a { background-color: #BF496D; }
a { background-color: rgb(191,73,109); }
div.DivClassName
{
background-color: #BF496D;
}
.BgClassName
{
background-color: #BF496D;
}
</style>
border-color css
<style>
span { border-color: #BF496D; }
span { border-color: rgb(191,73,109); }
td.TdClassName
{
border-color: #BF496D;
}
.TagClassName
{
border-color: #BF496D;
}
</style>