Shades of Contessa #B8766E
Tints of Contessa #B8766E
RGB
CMYK
RGB Variations
Color information
#B8766E (or 0xB8766E) is known color: Contessa. HEX triplet: B8, 76 and 6E. RGB value is (184,118,110). Sum of RGB (Red+Green+Blue) = 184+118+110=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8766E is #478991. Grayscale: #888888. Windows color (decimal): -4688274 or 7239352. OLE color: 7239352.
HSL color Cylindrical-coordinate representation of color #B8766E: hue angle of 6.49º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8766E is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 110 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.28 |
| HSL | 6.49º | 0.34% | 0.58% | - |
| HSV(B) | 6.49º | 0.4% | 0.72% | - |
| XYZ | 29.06 | 24.27 | 17.91 | - |
| YUV | 136.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 110 | 0 | 0.36 | 0.40 | 0.28 | 6.49 | 0.34 | 0.58 |
| Hex | B8 | 76 | 6E | 0 | 24 | 28 | 1C | 6 | 22 | 3A |
| Octal | 270 | 166 | 156 | 0 | 44 | 50 | 34 | 6 | 42 | 72 |
| Binary | 10111000 | 1110110 | 1101110 | 0 | 100100 | 101000 | 11100 | 110 | 100010 | 111010 |
Color Harmonies of #B8766E
Complementary color
Monochromatic Colors of #B8766E
Black with #B8766E
Text Example
Text Example
White with #B8766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8766E; }
p { color: rgb(184,118,110); }
H1.HeaderClassName
{
color: #B8766E;
}
.AnyTagClassName
{
color: #B8766E;
}
</style>
background-color css
<style>
a { background-color: #B8766E; }
a { background-color: rgb(184,118,110); }
div.DivClassName
{
background-color: #B8766E;
}
.BgClassName
{
background-color: #B8766E;
}
</style>
border-color css
<style>
span { border-color: #B8766E; }
span { border-color: rgb(184,118,110); }
td.TdClassName
{
border-color: #B8766E;
}
.TagClassName
{
border-color: #B8766E;
}
</style>