Shades of Contessa #BC7168
Tints of Contessa #BC7168
RGB
CMYK
RGB Variations
Color information
#BC7168 (or 0xBC7168) is known color: Contessa. HEX triplet: BC, 71 and 68. RGB value is (188,113,104). Sum of RGB (Red+Green+Blue) = 188+113+104=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7168 is #438E97. Grayscale: #868686. Windows color (decimal): -4427416 or 6844860. OLE color: 6844860.
HSL color Cylindrical-coordinate representation of color #BC7168: hue angle of 6.43º 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 #BC7168 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 104 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.26 |
| HSL | 6.43º | 0.39% | 0.57% | - |
| HSV(B) | 6.43º | 0.45% | 0.74% | - |
| XYZ | 29.14 | 23.5 | 16.1 | - |
| YUV | 134.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 104 | 0 | 0.40 | 0.45 | 0.26 | 6.43 | 0.39 | 0.57 |
| Hex | BC | 71 | 68 | 0 | 28 | 2D | 1A | 6 | 27 | 39 |
| Octal | 274 | 161 | 150 | 0 | 50 | 55 | 32 | 6 | 47 | 71 |
| Binary | 10111100 | 1110001 | 1101000 | 0 | 101000 | 101101 | 11010 | 110 | 100111 | 111001 |
Color Harmonies of #BC7168
Complementary color
Monochromatic Colors of #BC7168
Black with #BC7168
Text Example
Text Example
White with #BC7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7168; }
p { color: rgb(188,113,104); }
H1.HeaderClassName
{
color: #BC7168;
}
.AnyTagClassName
{
color: #BC7168;
}
</style>
background-color css
<style>
a { background-color: #BC7168; }
a { background-color: rgb(188,113,104); }
div.DivClassName
{
background-color: #BC7168;
}
.BgClassName
{
background-color: #BC7168;
}
</style>
border-color css
<style>
span { border-color: #BC7168; }
span { border-color: rgb(188,113,104); }
td.TdClassName
{
border-color: #BC7168;
}
.TagClassName
{
border-color: #BC7168;
}
</style>