Shades of Contessa #BC706B
Tints of Contessa #BC706B
RGB
CMYK
RGB Variations
Color information
#BC706B (or 0xBC706B) is known color: Contessa. HEX triplet: BC, 70 and 6B. RGB value is (188,112,107). Sum of RGB (Red+Green+Blue) = 188+112+107=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC706B is #438F94. Grayscale: #868686. Windows color (decimal): -4427669 or 7041212. OLE color: 7041212.
HSL color Cylindrical-coordinate representation of color #BC706B: hue angle of 3.7º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC706B is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 107 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.26 |
| HSL | 3.7º | 0.38% | 0.58% | - |
| HSV(B) | 3.7º | 0.43% | 0.74% | - |
| XYZ | 29.19 | 23.34 | 16.88 | - |
| YUV | 134.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 107 | 0 | 0.40 | 0.43 | 0.26 | 3.7 | 0.38 | 0.58 |
| Hex | BC | 70 | 6B | 0 | 28 | 2B | 1A | 4 | 26 | 3A |
| Octal | 274 | 160 | 153 | 0 | 50 | 53 | 32 | 4 | 46 | 72 |
| Binary | 10111100 | 1110000 | 1101011 | 0 | 101000 | 101011 | 11010 | 100 | 100110 | 111010 |
Color Harmonies of #BC706B
Complementary color
Monochromatic Colors of #BC706B
Black with #BC706B
Text Example
Text Example
White with #BC706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC706B; }
p { color: rgb(188,112,107); }
H1.HeaderClassName
{
color: #BC706B;
}
.AnyTagClassName
{
color: #BC706B;
}
</style>
background-color css
<style>
a { background-color: #BC706B; }
a { background-color: rgb(188,112,107); }
div.DivClassName
{
background-color: #BC706B;
}
.BgClassName
{
background-color: #BC706B;
}
</style>
border-color css
<style>
span { border-color: #BC706B; }
span { border-color: rgb(188,112,107); }
td.TdClassName
{
border-color: #BC706B;
}
.TagClassName
{
border-color: #BC706B;
}
</style>