Shades of Contessa #BC6D6B
Tints of Contessa #BC6D6B
RGB
CMYK
RGB Variations
Color information
#BC6D6B (or 0xBC6D6B) is known color: Contessa. HEX triplet: BC, 6D and 6B. RGB value is (188,109,107). Sum of RGB (Red+Green+Blue) = 188+109+107=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D6B is #439294. Grayscale: #848484. Windows color (decimal): -4428437 or 7040444. OLE color: 7040444.
HSL color Cylindrical-coordinate representation of color #BC6D6B: hue angle of 1.48º 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 #BC6D6B is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 107 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.26 |
| HSL | 1.48º | 0.38% | 0.58% | - |
| HSV(B) | 1.48º | 0.43% | 0.74% | - |
| XYZ | 28.86 | 22.69 | 16.77 | - |
| YUV | 132.39 | 113.67 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 107 | 0 | 0.42 | 0.43 | 0.26 | 1.48 | 0.38 | 0.58 |
| Hex | BC | 6D | 6B | 0 | 2A | 2B | 1A | 1 | 26 | 3A |
| Octal | 274 | 155 | 153 | 0 | 52 | 53 | 32 | 1 | 46 | 72 |
| Binary | 10111100 | 1101101 | 1101011 | 0 | 101010 | 101011 | 11010 | 1 | 100110 | 111010 |
Color Harmonies of #BC6D6B
Complementary color
Monochromatic Colors of #BC6D6B
Black with #BC6D6B
Text Example
Text Example
White with #BC6D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D6B; }
p { color: rgb(188,109,107); }
H1.HeaderClassName
{
color: #BC6D6B;
}
.AnyTagClassName
{
color: #BC6D6B;
}
</style>
background-color css
<style>
a { background-color: #BC6D6B; }
a { background-color: rgb(188,109,107); }
div.DivClassName
{
background-color: #BC6D6B;
}
.BgClassName
{
background-color: #BC6D6B;
}
</style>
border-color css
<style>
span { border-color: #BC6D6B; }
span { border-color: rgb(188,109,107); }
td.TdClassName
{
border-color: #BC6D6B;
}
.TagClassName
{
border-color: #BC6D6B;
}
</style>