Shades of Contessa #BC6862
Tints of Contessa #BC6862
RGB
CMYK
RGB Variations
Color information
#BC6862 (or 0xBC6862) is known color: Contessa. HEX triplet: BC, 68 and 62. RGB value is (188,104,98). Sum of RGB (Red+Green+Blue) = 188+104+98=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6862 is #43979D. Grayscale: #808080. Windows color (decimal): -4429726 or 6449340. OLE color: 6449340.
HSL color Cylindrical-coordinate representation of color #BC6862: hue angle of 4º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6862 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 98 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.26 |
| HSL | 4º | 0.4% | 0.56% | - |
| HSV(B) | 4º | 0.48% | 0.74% | - |
| XYZ | 27.89 | 21.47 | 14.23 | - |
| YUV | 128.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 98 | 0 | 0.45 | 0.48 | 0.26 | 4 | 0.4 | 0.56 |
| Hex | BC | 68 | 62 | 0 | 2D | 30 | 1A | 4 | 28 | 38 |
| Octal | 274 | 150 | 142 | 0 | 55 | 60 | 32 | 4 | 50 | 70 |
| Binary | 10111100 | 1101000 | 1100010 | 0 | 101101 | 110000 | 11010 | 100 | 101000 | 111000 |
Color Harmonies of #BC6862
Complementary color
Monochromatic Colors of #BC6862
Black with #BC6862
Text Example
Text Example
White with #BC6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6862; }
p { color: rgb(188,104,98); }
H1.HeaderClassName
{
color: #BC6862;
}
.AnyTagClassName
{
color: #BC6862;
}
</style>
background-color css
<style>
a { background-color: #BC6862; }
a { background-color: rgb(188,104,98); }
div.DivClassName
{
background-color: #BC6862;
}
.BgClassName
{
background-color: #BC6862;
}
</style>
border-color css
<style>
span { border-color: #BC6862; }
span { border-color: rgb(188,104,98); }
td.TdClassName
{
border-color: #BC6862;
}
.TagClassName
{
border-color: #BC6862;
}
</style>