Shades of Contessa #BC6B6A
Tints of Contessa #BC6B6A
RGB
CMYK
RGB Variations
Color information
#BC6B6A (or 0xBC6B6A) is known color: Contessa. HEX triplet: BC, 6B and 6A. RGB value is (188,107,106). Sum of RGB (Red+Green+Blue) = 188+107+106=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B6A is #439495. Grayscale: #838383. Windows color (decimal): -4428950 or 6974396. OLE color: 6974396.
HSL color Cylindrical-coordinate representation of color #BC6B6A: hue angle of 0.73º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6B6A is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 106 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.26 |
| HSL | 0.73º | 0.38% | 0.58% | - |
| HSV(B) | 0.73º | 0.44% | 0.74% | - |
| XYZ | 28.6 | 22.25 | 16.42 | - |
| YUV | 131.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 106 | 0 | 0.43 | 0.44 | 0.26 | 0.73 | 0.38 | 0.58 |
| Hex | BC | 6B | 6A | 0 | 2B | 2C | 1A | 1 | 26 | 3A |
| Octal | 274 | 153 | 152 | 0 | 53 | 54 | 32 | 1 | 46 | 72 |
| Binary | 10111100 | 1101011 | 1101010 | 0 | 101011 | 101100 | 11010 | 1 | 100110 | 111010 |
Color Harmonies of #BC6B6A
Complementary color
Monochromatic Colors of #BC6B6A
Black with #BC6B6A
Text Example
Text Example
White with #BC6B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B6A; }
p { color: rgb(188,107,106); }
H1.HeaderClassName
{
color: #BC6B6A;
}
.AnyTagClassName
{
color: #BC6B6A;
}
</style>
background-color css
<style>
a { background-color: #BC6B6A; }
a { background-color: rgb(188,107,106); }
div.DivClassName
{
background-color: #BC6B6A;
}
.BgClassName
{
background-color: #BC6B6A;
}
</style>
border-color css
<style>
span { border-color: #BC6B6A; }
span { border-color: rgb(188,107,106); }
td.TdClassName
{
border-color: #BC6B6A;
}
.TagClassName
{
border-color: #BC6B6A;
}
</style>