Shades of Contessa #B9776D
Tints of Contessa #B9776D
RGB
CMYK
RGB Variations
Color information
#B9776D (or 0xB9776D) is known color: Contessa. HEX triplet: B9, 77 and 6D. RGB value is (185,119,109). Sum of RGB (Red+Green+Blue) = 185+119+109=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9776D is #468892. Grayscale: #898989. Windows color (decimal): -4622483 or 7174073. OLE color: 7174073.
HSL color Cylindrical-coordinate representation of color #B9776D: hue angle of 7.89º 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 #B9776D is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 119 | 109 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.27 |
| HSL | 7.89º | 0.35% | 0.58% | - |
| HSV(B) | 7.89º | 0.41% | 0.73% | - |
| XYZ | 29.36 | 24.61 | 17.67 | - |
| YUV | 137.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 109 | 0 | 0.36 | 0.41 | 0.27 | 7.89 | 0.35 | 0.58 |
| Hex | B9 | 77 | 6D | 0 | 24 | 29 | 1B | 8 | 23 | 3A |
| Octal | 271 | 167 | 155 | 0 | 44 | 51 | 33 | 10 | 43 | 72 |
| Binary | 10111001 | 1110111 | 1101101 | 0 | 100100 | 101001 | 11011 | 1000 | 100011 | 111010 |
Color Harmonies of #B9776D
Complementary color
Monochromatic Colors of #B9776D
Black with #B9776D
Text Example
Text Example
White with #B9776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9776D; }
p { color: rgb(185,119,109); }
H1.HeaderClassName
{
color: #B9776D;
}
.AnyTagClassName
{
color: #B9776D;
}
</style>
background-color css
<style>
a { background-color: #B9776D; }
a { background-color: rgb(185,119,109); }
div.DivClassName
{
background-color: #B9776D;
}
.BgClassName
{
background-color: #B9776D;
}
</style>
border-color css
<style>
span { border-color: #B9776D; }
span { border-color: rgb(185,119,109); }
td.TdClassName
{
border-color: #B9776D;
}
.TagClassName
{
border-color: #B9776D;
}
</style>