Shades of Contessa #B9786E
Tints of Contessa #B9786E
RGB
CMYK
RGB Variations
Color information
#B9786E (or 0xB9786E) is known color: Contessa. HEX triplet: B9, 78 and 6E. RGB value is (185,120,110). Sum of RGB (Red+Green+Blue) = 185+120+110=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9786E is #468791. Grayscale: #8A8A8A. Windows color (decimal): -4622226 or 7239865. OLE color: 7239865.
HSL color Cylindrical-coordinate representation of color #B9786E: hue angle of 8º 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 #B9786E is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 120 | 110 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.27 |
| HSL | 8º | 0.35% | 0.58% | - |
| HSV(B) | 8º | 0.41% | 0.73% | - |
| XYZ | 29.54 | 24.87 | 18 | - |
| YUV | 138.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 110 | 0 | 0.35 | 0.41 | 0.27 | 8 | 0.35 | 0.58 |
| Hex | B9 | 78 | 6E | 0 | 23 | 29 | 1B | 8 | 23 | 3A |
| Octal | 271 | 170 | 156 | 0 | 43 | 51 | 33 | 10 | 43 | 72 |
| Binary | 10111001 | 1111000 | 1101110 | 0 | 100011 | 101001 | 11011 | 1000 | 100011 | 111010 |
Color Harmonies of #B9786E
Complementary color
Monochromatic Colors of #B9786E
Black with #B9786E
Text Example
Text Example
White with #B9786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9786E; }
p { color: rgb(185,120,110); }
H1.HeaderClassName
{
color: #B9786E;
}
.AnyTagClassName
{
color: #B9786E;
}
</style>
background-color css
<style>
a { background-color: #B9786E; }
a { background-color: rgb(185,120,110); }
div.DivClassName
{
background-color: #B9786E;
}
.BgClassName
{
background-color: #B9786E;
}
</style>
border-color css
<style>
span { border-color: #B9786E; }
span { border-color: rgb(185,120,110); }
td.TdClassName
{
border-color: #B9786E;
}
.TagClassName
{
border-color: #B9786E;
}
</style>