Shades of Contessa #BC7C6B
Tints of Contessa #BC7C6B
RGB
CMYK
RGB Variations
Color information
#BC7C6B (or 0xBC7C6B) is known color: Contessa. HEX triplet: BC, 7C and 6B. RGB value is (188,124,107). Sum of RGB (Red+Green+Blue) = 188+124+107=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C6B is #438394. Grayscale: #8D8D8D. Windows color (decimal): -4424597 or 7044284. OLE color: 7044284.
HSL color Cylindrical-coordinate representation of color #BC7C6B: hue angle of 12.59º 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 #BC7C6B is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 107 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.26 |
| HSL | 12.59º | 0.38% | 0.58% | - |
| HSV(B) | 12.59º | 0.43% | 0.74% | - |
| XYZ | 30.6 | 26.17 | 17.35 | - |
| YUV | 141.2 | 108.7 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 107 | 0 | 0.34 | 0.43 | 0.26 | 12.59 | 0.38 | 0.58 |
| Hex | BC | 7C | 6B | 0 | 22 | 2B | 1A | D | 26 | 3A |
| Octal | 274 | 174 | 153 | 0 | 42 | 53 | 32 | 15 | 46 | 72 |
| Binary | 10111100 | 1111100 | 1101011 | 0 | 100010 | 101011 | 11010 | 1101 | 100110 | 111010 |
Color Harmonies of #BC7C6B
Complementary color
Monochromatic Colors of #BC7C6B
Black with #BC7C6B
Text Example
Text Example
White with #BC7C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C6B; }
p { color: rgb(188,124,107); }
H1.HeaderClassName
{
color: #BC7C6B;
}
.AnyTagClassName
{
color: #BC7C6B;
}
</style>
background-color css
<style>
a { background-color: #BC7C6B; }
a { background-color: rgb(188,124,107); }
div.DivClassName
{
background-color: #BC7C6B;
}
.BgClassName
{
background-color: #BC7C6B;
}
</style>
border-color css
<style>
span { border-color: #BC7C6B; }
span { border-color: rgb(188,124,107); }
td.TdClassName
{
border-color: #BC7C6B;
}
.TagClassName
{
border-color: #BC7C6B;
}
</style>