Shades of Contessa #BC786D
Tints of Contessa #BC786D
RGB
CMYK
RGB Variations
Color information
#BC786D (or 0xBC786D) is known color: Contessa. HEX triplet: BC, 78 and 6D. RGB value is (188,120,109). Sum of RGB (Red+Green+Blue) = 188+120+109=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC786D is #438792. Grayscale: #8B8B8B. Windows color (decimal): -4425619 or 7174332. OLE color: 7174332.
HSL color Cylindrical-coordinate representation of color #BC786D: hue angle of 8.35º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC786D is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 109 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.26 |
| HSL | 8.35º | 0.37% | 0.58% | - |
| HSV(B) | 8.35º | 0.42% | 0.74% | - |
| XYZ | 30.22 | 25.23 | 17.75 | - |
| YUV | 139.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 109 | 0 | 0.36 | 0.42 | 0.26 | 8.35 | 0.37 | 0.58 |
| Hex | BC | 78 | 6D | 0 | 24 | 2A | 1A | 8 | 25 | 3A |
| Octal | 274 | 170 | 155 | 0 | 44 | 52 | 32 | 10 | 45 | 72 |
| Binary | 10111100 | 1111000 | 1101101 | 0 | 100100 | 101010 | 11010 | 1000 | 100101 | 111010 |
Color Harmonies of #BC786D
Complementary color
Monochromatic Colors of #BC786D
Black with #BC786D
Text Example
Text Example
White with #BC786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC786D; }
p { color: rgb(188,120,109); }
H1.HeaderClassName
{
color: #BC786D;
}
.AnyTagClassName
{
color: #BC786D;
}
</style>
background-color css
<style>
a { background-color: #BC786D; }
a { background-color: rgb(188,120,109); }
div.DivClassName
{
background-color: #BC786D;
}
.BgClassName
{
background-color: #BC786D;
}
</style>
border-color css
<style>
span { border-color: #BC786D; }
span { border-color: rgb(188,120,109); }
td.TdClassName
{
border-color: #BC786D;
}
.TagClassName
{
border-color: #BC786D;
}
</style>