Shades of Contessa #BF7166
Tints of Contessa #BF7166
RGB
CMYK
RGB Variations
Color information
#BF7166 (or 0xBF7166) is known color: Contessa. HEX triplet: BF, 71 and 66. RGB value is (191,113,102). Sum of RGB (Red+Green+Blue) = 191+113+102=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7166 is #408E99. Grayscale: #878787. Windows color (decimal): -4230810 or 6713791. OLE color: 6713791.
HSL color Cylindrical-coordinate representation of color #BF7166: hue angle of 7.42º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF7166 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 102 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.25 |
| HSL | 7.42º | 0.41% | 0.57% | - |
| HSV(B) | 7.42º | 0.47% | 0.75% | - |
| XYZ | 29.79 | 23.85 | 15.6 | - |
| YUV | 135.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 102 | 0 | 0.41 | 0.47 | 0.25 | 7.42 | 0.41 | 0.57 |
| Hex | BF | 71 | 66 | 0 | 29 | 2F | 19 | 7 | 29 | 39 |
| Octal | 277 | 161 | 146 | 0 | 51 | 57 | 31 | 7 | 51 | 71 |
| Binary | 10111111 | 1110001 | 1100110 | 0 | 101001 | 101111 | 11001 | 111 | 101001 | 111001 |
Color Harmonies of #BF7166
Complementary color
Monochromatic Colors of #BF7166
Black with #BF7166
Text Example
Text Example
White with #BF7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7166; }
p { color: rgb(191,113,102); }
H1.HeaderClassName
{
color: #BF7166;
}
.AnyTagClassName
{
color: #BF7166;
}
</style>
background-color css
<style>
a { background-color: #BF7166; }
a { background-color: rgb(191,113,102); }
div.DivClassName
{
background-color: #BF7166;
}
.BgClassName
{
background-color: #BF7166;
}
</style>
border-color css
<style>
span { border-color: #BF7166; }
span { border-color: rgb(191,113,102); }
td.TdClassName
{
border-color: #BF7166;
}
.TagClassName
{
border-color: #BF7166;
}
</style>