Shades of Contessa #BC6864
Tints of Contessa #BC6864
RGB
CMYK
RGB Variations
Color information
#BC6864 (or 0xBC6864) is known color: Contessa. HEX triplet: BC, 68 and 64. RGB value is (188,104,100). Sum of RGB (Red+Green+Blue) = 188+104+100=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6864 is #43979B. Grayscale: #808080. Windows color (decimal): -4429724 or 6580412. OLE color: 6580412.
HSL color Cylindrical-coordinate representation of color #BC6864: hue angle of 2.73º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6864 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 100 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.26 |
| HSL | 2.73º | 0.4% | 0.56% | - |
| HSV(B) | 2.73º | 0.47% | 0.74% | - |
| XYZ | 27.99 | 21.51 | 14.73 | - |
| YUV | 128.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 100 | 0 | 0.45 | 0.47 | 0.26 | 2.73 | 0.4 | 0.56 |
| Hex | BC | 68 | 64 | 0 | 2D | 2F | 1A | 3 | 28 | 38 |
| Octal | 274 | 150 | 144 | 0 | 55 | 57 | 32 | 3 | 50 | 70 |
| Binary | 10111100 | 1101000 | 1100100 | 0 | 101101 | 101111 | 11010 | 11 | 101000 | 111000 |
Color Harmonies of #BC6864
Complementary color
Monochromatic Colors of #BC6864
Black with #BC6864
Text Example
Text Example
White with #BC6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6864; }
p { color: rgb(188,104,100); }
H1.HeaderClassName
{
color: #BC6864;
}
.AnyTagClassName
{
color: #BC6864;
}
</style>
background-color css
<style>
a { background-color: #BC6864; }
a { background-color: rgb(188,104,100); }
div.DivClassName
{
background-color: #BC6864;
}
.BgClassName
{
background-color: #BC6864;
}
</style>
border-color css
<style>
span { border-color: #BC6864; }
span { border-color: rgb(188,104,100); }
td.TdClassName
{
border-color: #BC6864;
}
.TagClassName
{
border-color: #BC6864;
}
</style>