Shades of Contessa #BC7466
Tints of Contessa #BC7466
RGB
CMYK
RGB Variations
Color information
#BC7466 (or 0xBC7466) is known color: Contessa. HEX triplet: BC, 74 and 66. RGB value is (188,116,102). Sum of RGB (Red+Green+Blue) = 188+116+102=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7466 is #438B99. Grayscale: #888888. Windows color (decimal): -4426650 or 6714556. OLE color: 6714556.
HSL color Cylindrical-coordinate representation of color #BC7466: hue angle of 9.77º 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 #BC7466 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 102 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.26 |
| HSL | 9.77º | 0.39% | 0.57% | - |
| HSV(B) | 9.77º | 0.46% | 0.74% | - |
| XYZ | 29.38 | 24.14 | 15.68 | - |
| YUV | 135.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 102 | 0 | 0.38 | 0.46 | 0.26 | 9.77 | 0.39 | 0.57 |
| Hex | BC | 74 | 66 | 0 | 26 | 2E | 1A | A | 27 | 39 |
| Octal | 274 | 164 | 146 | 0 | 46 | 56 | 32 | 12 | 47 | 71 |
| Binary | 10111100 | 1110100 | 1100110 | 0 | 100110 | 101110 | 11010 | 1010 | 100111 | 111001 |
Color Harmonies of #BC7466
Complementary color
Monochromatic Colors of #BC7466
Black with #BC7466
Text Example
Text Example
White with #BC7466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7466; }
p { color: rgb(188,116,102); }
H1.HeaderClassName
{
color: #BC7466;
}
.AnyTagClassName
{
color: #BC7466;
}
</style>
background-color css
<style>
a { background-color: #BC7466; }
a { background-color: rgb(188,116,102); }
div.DivClassName
{
background-color: #BC7466;
}
.BgClassName
{
background-color: #BC7466;
}
</style>
border-color css
<style>
span { border-color: #BC7466; }
span { border-color: rgb(188,116,102); }
td.TdClassName
{
border-color: #BC7466;
}
.TagClassName
{
border-color: #BC7466;
}
</style>