Shades of Contessa #BC6F68
Tints of Contessa #BC6F68
RGB
CMYK
RGB Variations
Color information
#BC6F68 (or 0xBC6F68) is known color: Contessa. HEX triplet: BC, 6F and 68. RGB value is (188,111,104). Sum of RGB (Red+Green+Blue) = 188+111+104=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F68 is #439097. Grayscale: #858585. Windows color (decimal): -4427928 or 6844348. OLE color: 6844348.
HSL color Cylindrical-coordinate representation of color #BC6F68: hue angle of 5º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6F68 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 104 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.26 |
| HSL | 5º | 0.39% | 0.57% | - |
| HSV(B) | 5º | 0.45% | 0.74% | - |
| XYZ | 28.92 | 23.06 | 16.02 | - |
| YUV | 133.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 104 | 0 | 0.41 | 0.45 | 0.26 | 5 | 0.39 | 0.57 |
| Hex | BC | 6F | 68 | 0 | 29 | 2D | 1A | 5 | 27 | 39 |
| Octal | 274 | 157 | 150 | 0 | 51 | 55 | 32 | 5 | 47 | 71 |
| Binary | 10111100 | 1101111 | 1101000 | 0 | 101001 | 101101 | 11010 | 101 | 100111 | 111001 |
Color Harmonies of #BC6F68
Complementary color
Monochromatic Colors of #BC6F68
Black with #BC6F68
Text Example
Text Example
White with #BC6F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F68; }
p { color: rgb(188,111,104); }
H1.HeaderClassName
{
color: #BC6F68;
}
.AnyTagClassName
{
color: #BC6F68;
}
</style>
background-color css
<style>
a { background-color: #BC6F68; }
a { background-color: rgb(188,111,104); }
div.DivClassName
{
background-color: #BC6F68;
}
.BgClassName
{
background-color: #BC6F68;
}
</style>
border-color css
<style>
span { border-color: #BC6F68; }
span { border-color: rgb(188,111,104); }
td.TdClassName
{
border-color: #BC6F68;
}
.TagClassName
{
border-color: #BC6F68;
}
</style>