Shades of Contessa #BC6C65
Tints of Contessa #BC6C65
RGB
CMYK
RGB Variations
Color information
#BC6C65 (or 0xBC6C65) is known color: Contessa. HEX triplet: BC, 6C and 65. RGB value is (188,108,101). Sum of RGB (Red+Green+Blue) = 188+108+101=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C65 is #43939A. Grayscale: #838383. Windows color (decimal): -4428699 or 6646972. OLE color: 6646972.
HSL color Cylindrical-coordinate representation of color #BC6C65: hue angle of 4.83º 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 #BC6C65 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 101 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.26 |
| HSL | 4.83º | 0.39% | 0.57% | - |
| HSV(B) | 4.83º | 0.46% | 0.74% | - |
| XYZ | 28.45 | 22.36 | 15.13 | - |
| YUV | 131.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 101 | 0 | 0.43 | 0.46 | 0.26 | 4.83 | 0.39 | 0.57 |
| Hex | BC | 6C | 65 | 0 | 2B | 2E | 1A | 5 | 27 | 39 |
| Octal | 274 | 154 | 145 | 0 | 53 | 56 | 32 | 5 | 47 | 71 |
| Binary | 10111100 | 1101100 | 1100101 | 0 | 101011 | 101110 | 11010 | 101 | 100111 | 111001 |
Color Harmonies of #BC6C65
Complementary color
Monochromatic Colors of #BC6C65
Black with #BC6C65
Text Example
Text Example
White with #BC6C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6C65; }
p { color: rgb(188,108,101); }
H1.HeaderClassName
{
color: #BC6C65;
}
.AnyTagClassName
{
color: #BC6C65;
}
</style>
background-color css
<style>
a { background-color: #BC6C65; }
a { background-color: rgb(188,108,101); }
div.DivClassName
{
background-color: #BC6C65;
}
.BgClassName
{
background-color: #BC6C65;
}
</style>
border-color css
<style>
span { border-color: #BC6C65; }
span { border-color: rgb(188,108,101); }
td.TdClassName
{
border-color: #BC6C65;
}
.TagClassName
{
border-color: #BC6C65;
}
</style>