Shades of Contessa #B9766B
Tints of Contessa #B9766B
RGB
CMYK
RGB Variations
Color information
#B9766B (or 0xB9766B) is known color: Contessa. HEX triplet: B9, 76 and 6B. RGB value is (185,118,107). Sum of RGB (Red+Green+Blue) = 185+118+107=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9766B is #468994. Grayscale: #888888. Windows color (decimal): -4622741 or 7042745. OLE color: 7042745.
HSL color Cylindrical-coordinate representation of color #B9766B: hue angle of 8.46º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9766B is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 118 | 107 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.27 |
| HSL | 8.46º | 0.36% | 0.57% | - |
| HSV(B) | 8.46º | 0.42% | 0.73% | - |
| XYZ | 29.14 | 24.33 | 17.07 | - |
| YUV | 136.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 107 | 0 | 0.36 | 0.42 | 0.27 | 8.46 | 0.36 | 0.57 |
| Hex | B9 | 76 | 6B | 0 | 24 | 2A | 1B | 8 | 24 | 39 |
| Octal | 271 | 166 | 153 | 0 | 44 | 52 | 33 | 10 | 44 | 71 |
| Binary | 10111001 | 1110110 | 1101011 | 0 | 100100 | 101010 | 11011 | 1000 | 100100 | 111001 |
Color Harmonies of #B9766B
Complementary color
Monochromatic Colors of #B9766B
Black with #B9766B
Text Example
Text Example
White with #B9766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9766B; }
p { color: rgb(185,118,107); }
H1.HeaderClassName
{
color: #B9766B;
}
.AnyTagClassName
{
color: #B9766B;
}
</style>
background-color css
<style>
a { background-color: #B9766B; }
a { background-color: rgb(185,118,107); }
div.DivClassName
{
background-color: #B9766B;
}
.BgClassName
{
background-color: #B9766B;
}
</style>
border-color css
<style>
span { border-color: #B9766B; }
span { border-color: rgb(185,118,107); }
td.TdClassName
{
border-color: #B9766B;
}
.TagClassName
{
border-color: #B9766B;
}
</style>