Shades of Contessa #B9766D
Tints of Contessa #B9766D
RGB
CMYK
RGB Variations
Color information
#B9766D (or 0xB9766D) is known color: Contessa. HEX triplet: B9, 76 and 6D. RGB value is (185,118,109). Sum of RGB (Red+Green+Blue) = 185+118+109=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9766D is #468992. Grayscale: #898989. Windows color (decimal): -4622739 or 7173817. OLE color: 7173817.
HSL color Cylindrical-coordinate representation of color #B9766D: hue angle of 7.11º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9766D is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 118 | 109 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.27 |
| HSL | 7.11º | 0.35% | 0.58% | - |
| HSV(B) | 7.11º | 0.41% | 0.73% | - |
| XYZ | 29.25 | 24.38 | 17.63 | - |
| YUV | 137.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 109 | 0 | 0.36 | 0.41 | 0.27 | 7.11 | 0.35 | 0.58 |
| Hex | B9 | 76 | 6D | 0 | 24 | 29 | 1B | 7 | 23 | 3A |
| Octal | 271 | 166 | 155 | 0 | 44 | 51 | 33 | 7 | 43 | 72 |
| Binary | 10111001 | 1110110 | 1101101 | 0 | 100100 | 101001 | 11011 | 111 | 100011 | 111010 |
Color Harmonies of #B9766D
Complementary color
Monochromatic Colors of #B9766D
Black with #B9766D
Text Example
Text Example
White with #B9766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9766D; }
p { color: rgb(185,118,109); }
H1.HeaderClassName
{
color: #B9766D;
}
.AnyTagClassName
{
color: #B9766D;
}
</style>
background-color css
<style>
a { background-color: #B9766D; }
a { background-color: rgb(185,118,109); }
div.DivClassName
{
background-color: #B9766D;
}
.BgClassName
{
background-color: #B9766D;
}
</style>
border-color css
<style>
span { border-color: #B9766D; }
span { border-color: rgb(185,118,109); }
td.TdClassName
{
border-color: #B9766D;
}
.TagClassName
{
border-color: #B9766D;
}
</style>