Shades of Contessa #BC6665
Tints of Contessa #BC6665
RGB
CMYK
RGB Variations
Color information
#BC6665 (or 0xBC6665) is known color: Contessa. HEX triplet: BC, 66 and 65. RGB value is (188,102,101). Sum of RGB (Red+Green+Blue) = 188+102+101=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6665 is #43999A. Grayscale: #7F7F7F. Windows color (decimal): -4430235 or 6645436. OLE color: 6645436.
HSL color Cylindrical-coordinate representation of color #BC6665: hue angle of 0.69º 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 #BC6665 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 101 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.26 |
| HSL | 0.69º | 0.39% | 0.57% | - |
| HSV(B) | 0.69º | 0.46% | 0.74% | - |
| XYZ | 27.84 | 21.13 | 14.92 | - |
| YUV | 127.6 | 112.99 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 101 | 0 | 0.46 | 0.46 | 0.26 | 0.69 | 0.39 | 0.57 |
| Hex | BC | 66 | 65 | 0 | 2E | 2E | 1A | 1 | 27 | 39 |
| Octal | 274 | 146 | 145 | 0 | 56 | 56 | 32 | 1 | 47 | 71 |
| Binary | 10111100 | 1100110 | 1100101 | 0 | 101110 | 101110 | 11010 | 1 | 100111 | 111001 |
Color Harmonies of #BC6665
Complementary color
Monochromatic Colors of #BC6665
Black with #BC6665
Text Example
Text Example
White with #BC6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6665; }
p { color: rgb(188,102,101); }
H1.HeaderClassName
{
color: #BC6665;
}
.AnyTagClassName
{
color: #BC6665;
}
</style>
background-color css
<style>
a { background-color: #BC6665; }
a { background-color: rgb(188,102,101); }
div.DivClassName
{
background-color: #BC6665;
}
.BgClassName
{
background-color: #BC6665;
}
</style>
border-color css
<style>
span { border-color: #BC6665; }
span { border-color: rgb(188,102,101); }
td.TdClassName
{
border-color: #BC6665;
}
.TagClassName
{
border-color: #BC6665;
}
</style>