Shades of Royal Heath #BF496C
Tints of Royal Heath #BF496C
RGB
CMYK
RGB Variations
Color information
#BF496C (or 0xBF496C) is known color: Royal Heath. HEX triplet: BF, 49 and 6C. RGB value is (191,73,108). Sum of RGB (Red+Green+Blue) = 191+73+108=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF496C is #40B693. Grayscale: #707070. Windows color (decimal): -4241044 or 7096767. OLE color: 7096767.
HSL color Cylindrical-coordinate representation of color #BF496C: hue angle of 342.2º 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 #BF496C is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 108 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.25 |
| HSL | 342.2º | 0.48% | 0.52% | - |
| HSV(B) | 342.2º | 0.62% | 0.75% | - |
| XYZ | 26.58 | 16.92 | 16.05 | - |
| YUV | 112.27 | 125.59 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 108 | 0 | 0.62 | 0.43 | 0.25 | 342.2 | 0.48 | 0.52 |
| Hex | BF | 49 | 6C | 0 | 3E | 2B | 19 | 156 | 30 | 34 |
| Octal | 277 | 111 | 154 | 0 | 76 | 53 | 31 | 526 | 60 | 64 |
| Binary | 10111111 | 1001001 | 1101100 | 0 | 111110 | 101011 | 11001 | 101010110 | 110000 | 110100 |
Color Harmonies of #BF496C
Complementary color
Monochromatic Colors of #BF496C
Black with #BF496C
Text Example
Text Example
White with #BF496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF496C; }
p { color: rgb(191,73,108); }
H1.HeaderClassName
{
color: #BF496C;
}
.AnyTagClassName
{
color: #BF496C;
}
</style>
background-color css
<style>
a { background-color: #BF496C; }
a { background-color: rgb(191,73,108); }
div.DivClassName
{
background-color: #BF496C;
}
.BgClassName
{
background-color: #BF496C;
}
</style>
border-color css
<style>
span { border-color: #BF496C; }
span { border-color: rgb(191,73,108); }
td.TdClassName
{
border-color: #BF496C;
}
.TagClassName
{
border-color: #BF496C;
}
</style>