Shades of Contessa #BC6766
Tints of Contessa #BC6766
RGB
CMYK
RGB Variations
Color information
#BC6766 (or 0xBC6766) is known color: Contessa. HEX triplet: BC, 67 and 66. RGB value is (188,103,102). Sum of RGB (Red+Green+Blue) = 188+103+102=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6766 is #439899. Grayscale: #808080. Windows color (decimal): -4429978 or 6711228. OLE color: 6711228.
HSL color Cylindrical-coordinate representation of color #BC6766: hue angle of 0.7º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6766 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 102 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.26 |
| HSL | 0.7º | 0.39% | 0.57% | - |
| HSV(B) | 0.7º | 0.46% | 0.74% | - |
| XYZ | 27.99 | 21.35 | 15.22 | - |
| YUV | 128.3 | 113.16 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 102 | 0 | 0.45 | 0.46 | 0.26 | 0.7 | 0.39 | 0.57 |
| Hex | BC | 67 | 66 | 0 | 2D | 2E | 1A | 1 | 27 | 39 |
| Octal | 274 | 147 | 146 | 0 | 55 | 56 | 32 | 1 | 47 | 71 |
| Binary | 10111100 | 1100111 | 1100110 | 0 | 101101 | 101110 | 11010 | 1 | 100111 | 111001 |
Color Harmonies of #BC6766
Complementary color
Monochromatic Colors of #BC6766
Black with #BC6766
Text Example
Text Example
White with #BC6766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6766; }
p { color: rgb(188,103,102); }
H1.HeaderClassName
{
color: #BC6766;
}
.AnyTagClassName
{
color: #BC6766;
}
</style>
background-color css
<style>
a { background-color: #BC6766; }
a { background-color: rgb(188,103,102); }
div.DivClassName
{
background-color: #BC6766;
}
.BgClassName
{
background-color: #BC6766;
}
</style>
border-color css
<style>
span { border-color: #BC6766; }
span { border-color: rgb(188,103,102); }
td.TdClassName
{
border-color: #BC6766;
}
.TagClassName
{
border-color: #BC6766;
}
</style>