Shades of Contessa #BF766D
Tints of Contessa #BF766D
RGB
CMYK
RGB Variations
Color information
#BF766D (or 0xBF766D) is known color: Contessa. HEX triplet: BF, 76 and 6D. RGB value is (191,118,109). Sum of RGB (Red+Green+Blue) = 191+118+109=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF766D is #408992. Grayscale: #8A8A8A. Windows color (decimal): -4229523 or 7173823. OLE color: 7173823.
HSL color Cylindrical-coordinate representation of color #BF766D: hue angle of 6.59º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF766D is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 109 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.25 |
| HSL | 6.59º | 0.39% | 0.59% | - |
| HSV(B) | 6.59º | 0.43% | 0.75% | - |
| XYZ | 30.72 | 25.14 | 17.7 | - |
| YUV | 138.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 109 | 0 | 0.38 | 0.43 | 0.25 | 6.59 | 0.39 | 0.59 |
| Hex | BF | 76 | 6D | 0 | 26 | 2B | 19 | 7 | 27 | 3B |
| Octal | 277 | 166 | 155 | 0 | 46 | 53 | 31 | 7 | 47 | 73 |
| Binary | 10111111 | 1110110 | 1101101 | 0 | 100110 | 101011 | 11001 | 111 | 100111 | 111011 |
Color Harmonies of #BF766D
Complementary color
Monochromatic Colors of #BF766D
Black with #BF766D
Text Example
Text Example
White with #BF766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF766D; }
p { color: rgb(191,118,109); }
H1.HeaderClassName
{
color: #BF766D;
}
.AnyTagClassName
{
color: #BF766D;
}
</style>
background-color css
<style>
a { background-color: #BF766D; }
a { background-color: rgb(191,118,109); }
div.DivClassName
{
background-color: #BF766D;
}
.BgClassName
{
background-color: #BF766D;
}
</style>
border-color css
<style>
span { border-color: #BF766D; }
span { border-color: rgb(191,118,109); }
td.TdClassName
{
border-color: #BF766D;
}
.TagClassName
{
border-color: #BF766D;
}
</style>