Shades of Contessa #B8786C
Tints of Contessa #B8786C
RGB
CMYK
RGB Variations
Color information
#B8786C (or 0xB8786C) is known color: Contessa. HEX triplet: B8, 78 and 6C. RGB value is (184,120,108). Sum of RGB (Red+Green+Blue) = 184+120+108=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8786C is #478793. Grayscale: #898989. Windows color (decimal): -4687764 or 7108792. OLE color: 7108792.
HSL color Cylindrical-coordinate representation of color #B8786C: hue angle of 9.47º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8786C is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 108 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.28 |
| HSL | 9.47º | 0.35% | 0.57% | - |
| HSV(B) | 9.47º | 0.41% | 0.72% | - |
| XYZ | 29.19 | 24.71 | 17.42 | - |
| YUV | 137.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 108 | 0 | 0.35 | 0.41 | 0.28 | 9.47 | 0.35 | 0.57 |
| Hex | B8 | 78 | 6C | 0 | 23 | 29 | 1C | 9 | 23 | 39 |
| Octal | 270 | 170 | 154 | 0 | 43 | 51 | 34 | 11 | 43 | 71 |
| Binary | 10111000 | 1111000 | 1101100 | 0 | 100011 | 101001 | 11100 | 1001 | 100011 | 111001 |
Color Harmonies of #B8786C
Complementary color
Monochromatic Colors of #B8786C
Black with #B8786C
Text Example
Text Example
White with #B8786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8786C; }
p { color: rgb(184,120,108); }
H1.HeaderClassName
{
color: #B8786C;
}
.AnyTagClassName
{
color: #B8786C;
}
</style>
background-color css
<style>
a { background-color: #B8786C; }
a { background-color: rgb(184,120,108); }
div.DivClassName
{
background-color: #B8786C;
}
.BgClassName
{
background-color: #B8786C;
}
</style>
border-color css
<style>
span { border-color: #B8786C; }
span { border-color: rgb(184,120,108); }
td.TdClassName
{
border-color: #B8786C;
}
.TagClassName
{
border-color: #B8786C;
}
</style>