Shades of Contessa #BF766E
Tints of Contessa #BF766E
RGB
CMYK
RGB Variations
Color information
#BF766E (or 0xBF766E) is known color: Contessa. HEX triplet: BF, 76 and 6E. RGB value is (191,118,110). Sum of RGB (Red+Green+Blue) = 191+118+110=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF766E is #408991. Grayscale: #8B8B8B. Windows color (decimal): -4229522 or 7239359. OLE color: 7239359.
HSL color Cylindrical-coordinate representation of color #BF766E: hue angle of 5.93º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF766E is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 110 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.25 |
| HSL | 5.93º | 0.39% | 0.59% | - |
| HSV(B) | 5.93º | 0.42% | 0.75% | - |
| XYZ | 30.78 | 25.16 | 17.99 | - |
| YUV | 138.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 110 | 0 | 0.38 | 0.42 | 0.25 | 5.93 | 0.39 | 0.59 |
| Hex | BF | 76 | 6E | 0 | 26 | 2A | 19 | 6 | 27 | 3B |
| Octal | 277 | 166 | 156 | 0 | 46 | 52 | 31 | 6 | 47 | 73 |
| Binary | 10111111 | 1110110 | 1101110 | 0 | 100110 | 101010 | 11001 | 110 | 100111 | 111011 |
Color Harmonies of #BF766E
Complementary color
Monochromatic Colors of #BF766E
Black with #BF766E
Text Example
Text Example
White with #BF766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF766E; }
p { color: rgb(191,118,110); }
H1.HeaderClassName
{
color: #BF766E;
}
.AnyTagClassName
{
color: #BF766E;
}
</style>
background-color css
<style>
a { background-color: #BF766E; }
a { background-color: rgb(191,118,110); }
div.DivClassName
{
background-color: #BF766E;
}
.BgClassName
{
background-color: #BF766E;
}
</style>
border-color css
<style>
span { border-color: #BF766E; }
span { border-color: rgb(191,118,110); }
td.TdClassName
{
border-color: #BF766E;
}
.TagClassName
{
border-color: #BF766E;
}
</style>