Shades of Contessa #BC766D
Tints of Contessa #BC766D
RGB
CMYK
RGB Variations
Color information
#BC766D (or 0xBC766D) is known color: Contessa. HEX triplet: BC, 76 and 6D. RGB value is (188,118,109). Sum of RGB (Red+Green+Blue) = 188+118+109=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC766D is #438992. Grayscale: #8A8A8A. Windows color (decimal): -4426131 or 7173820. OLE color: 7173820.
HSL color Cylindrical-coordinate representation of color #BC766D: hue angle of 6.84º 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 #BC766D is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 109 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.26 |
| HSL | 6.84º | 0.37% | 0.58% | - |
| HSV(B) | 6.84º | 0.42% | 0.74% | - |
| XYZ | 29.98 | 24.75 | 17.67 | - |
| YUV | 137.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 109 | 0 | 0.37 | 0.42 | 0.26 | 6.84 | 0.37 | 0.58 |
| Hex | BC | 76 | 6D | 0 | 25 | 2A | 1A | 7 | 25 | 3A |
| Octal | 274 | 166 | 155 | 0 | 45 | 52 | 32 | 7 | 45 | 72 |
| Binary | 10111100 | 1110110 | 1101101 | 0 | 100101 | 101010 | 11010 | 111 | 100101 | 111010 |
Color Harmonies of #BC766D
Complementary color
Monochromatic Colors of #BC766D
Black with #BC766D
Text Example
Text Example
White with #BC766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC766D; }
p { color: rgb(188,118,109); }
H1.HeaderClassName
{
color: #BC766D;
}
.AnyTagClassName
{
color: #BC766D;
}
</style>
background-color css
<style>
a { background-color: #BC766D; }
a { background-color: rgb(188,118,109); }
div.DivClassName
{
background-color: #BC766D;
}
.BgClassName
{
background-color: #BC766D;
}
</style>
border-color css
<style>
span { border-color: #BC766D; }
span { border-color: rgb(188,118,109); }
td.TdClassName
{
border-color: #BC766D;
}
.TagClassName
{
border-color: #BC766D;
}
</style>