Shades of Contessa #BC706D
Tints of Contessa #BC706D
RGB
CMYK
RGB Variations
Color information
#BC706D (or 0xBC706D) is known color: Contessa. HEX triplet: BC, 70 and 6D. RGB value is (188,112,109). Sum of RGB (Red+Green+Blue) = 188+112+109=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC706D is #438F92. Grayscale: #868686. Windows color (decimal): -4427667 or 7172284. OLE color: 7172284.
HSL color Cylindrical-coordinate representation of color #BC706D: hue angle of 2.28º 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 #BC706D is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 109 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.26 |
| HSL | 2.28º | 0.37% | 0.58% | - |
| HSV(B) | 2.28º | 0.42% | 0.74% | - |
| XYZ | 29.29 | 23.38 | 17.44 | - |
| YUV | 134.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 109 | 0 | 0.40 | 0.42 | 0.26 | 2.28 | 0.37 | 0.58 |
| Hex | BC | 70 | 6D | 0 | 28 | 2A | 1A | 2 | 25 | 3A |
| Octal | 274 | 160 | 155 | 0 | 50 | 52 | 32 | 2 | 45 | 72 |
| Binary | 10111100 | 1110000 | 1101101 | 0 | 101000 | 101010 | 11010 | 10 | 100101 | 111010 |
Color Harmonies of #BC706D
Complementary color
Monochromatic Colors of #BC706D
Black with #BC706D
Text Example
Text Example
White with #BC706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC706D; }
p { color: rgb(188,112,109); }
H1.HeaderClassName
{
color: #BC706D;
}
.AnyTagClassName
{
color: #BC706D;
}
</style>
background-color css
<style>
a { background-color: #BC706D; }
a { background-color: rgb(188,112,109); }
div.DivClassName
{
background-color: #BC706D;
}
.BgClassName
{
background-color: #BC706D;
}
</style>
border-color css
<style>
span { border-color: #BC706D; }
span { border-color: rgb(188,112,109); }
td.TdClassName
{
border-color: #BC706D;
}
.TagClassName
{
border-color: #BC706D;
}
</style>