Shades of Contessa #BC786E
Tints of Contessa #BC786E
RGB
CMYK
RGB Variations
Color information
#BC786E (or 0xBC786E) is known color: Contessa. HEX triplet: BC, 78 and 6E. RGB value is (188,120,110). Sum of RGB (Red+Green+Blue) = 188+120+110=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC786E is #438791. Grayscale: #8B8B8B. Windows color (decimal): -4425618 or 7239868. OLE color: 7239868.
HSL color Cylindrical-coordinate representation of color #BC786E: hue angle of 7.69º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC786E is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 110 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.26 |
| HSL | 7.69º | 0.37% | 0.58% | - |
| HSV(B) | 7.69º | 0.41% | 0.74% | - |
| XYZ | 30.27 | 25.25 | 18.03 | - |
| YUV | 139.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 110 | 0 | 0.36 | 0.41 | 0.26 | 7.69 | 0.37 | 0.58 |
| Hex | BC | 78 | 6E | 0 | 24 | 29 | 1A | 8 | 25 | 3A |
| Octal | 274 | 170 | 156 | 0 | 44 | 51 | 32 | 10 | 45 | 72 |
| Binary | 10111100 | 1111000 | 1101110 | 0 | 100100 | 101001 | 11010 | 1000 | 100101 | 111010 |
Color Harmonies of #BC786E
Complementary color
Monochromatic Colors of #BC786E
Black with #BC786E
Text Example
Text Example
White with #BC786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC786E; }
p { color: rgb(188,120,110); }
H1.HeaderClassName
{
color: #BC786E;
}
.AnyTagClassName
{
color: #BC786E;
}
</style>
background-color css
<style>
a { background-color: #BC786E; }
a { background-color: rgb(188,120,110); }
div.DivClassName
{
background-color: #BC786E;
}
.BgClassName
{
background-color: #BC786E;
}
</style>
border-color css
<style>
span { border-color: #BC786E; }
span { border-color: rgb(188,120,110); }
td.TdClassName
{
border-color: #BC786E;
}
.TagClassName
{
border-color: #BC786E;
}
</style>