Shades of Contessa #BC7266
Tints of Contessa #BC7266
RGB
CMYK
RGB Variations
Color information
#BC7266 (or 0xBC7266) is known color: Contessa. HEX triplet: BC, 72 and 66. RGB value is (188,114,102). Sum of RGB (Red+Green+Blue) = 188+114+102=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7266 is #438D99. Grayscale: #868686. Windows color (decimal): -4427162 or 6714044. OLE color: 6714044.
HSL color Cylindrical-coordinate representation of color #BC7266: hue angle of 8.37º 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 #BC7266 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 102 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.26 |
| HSL | 8.37º | 0.39% | 0.57% | - |
| HSV(B) | 8.37º | 0.46% | 0.74% | - |
| XYZ | 29.15 | 23.69 | 15.61 | - |
| YUV | 134.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 102 | 0 | 0.39 | 0.46 | 0.26 | 8.37 | 0.39 | 0.57 |
| Hex | BC | 72 | 66 | 0 | 27 | 2E | 1A | 8 | 27 | 39 |
| Octal | 274 | 162 | 146 | 0 | 47 | 56 | 32 | 10 | 47 | 71 |
| Binary | 10111100 | 1110010 | 1100110 | 0 | 100111 | 101110 | 11010 | 1000 | 100111 | 111001 |
Color Harmonies of #BC7266
Complementary color
Monochromatic Colors of #BC7266
Black with #BC7266
Text Example
Text Example
White with #BC7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7266; }
p { color: rgb(188,114,102); }
H1.HeaderClassName
{
color: #BC7266;
}
.AnyTagClassName
{
color: #BC7266;
}
</style>
background-color css
<style>
a { background-color: #BC7266; }
a { background-color: rgb(188,114,102); }
div.DivClassName
{
background-color: #BC7266;
}
.BgClassName
{
background-color: #BC7266;
}
</style>
border-color css
<style>
span { border-color: #BC7266; }
span { border-color: rgb(188,114,102); }
td.TdClassName
{
border-color: #BC7266;
}
.TagClassName
{
border-color: #BC7266;
}
</style>