Shades of Contessa #BC7268
Tints of Contessa #BC7268
RGB
CMYK
RGB Variations
Color information
#BC7268 (or 0xBC7268) is known color: Contessa. HEX triplet: BC, 72 and 68. RGB value is (188,114,104). Sum of RGB (Red+Green+Blue) = 188+114+104=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7268 is #438D97. Grayscale: #878787. Windows color (decimal): -4427160 or 6845116. OLE color: 6845116.
HSL color Cylindrical-coordinate representation of color #BC7268: hue angle of 7.14º 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 #BC7268 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 104 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.26 |
| HSL | 7.14º | 0.39% | 0.57% | - |
| HSV(B) | 7.14º | 0.45% | 0.74% | - |
| XYZ | 29.26 | 23.73 | 16.13 | - |
| YUV | 134.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 104 | 0 | 0.39 | 0.45 | 0.26 | 7.14 | 0.39 | 0.57 |
| Hex | BC | 72 | 68 | 0 | 27 | 2D | 1A | 7 | 27 | 39 |
| Octal | 274 | 162 | 150 | 0 | 47 | 55 | 32 | 7 | 47 | 71 |
| Binary | 10111100 | 1110010 | 1101000 | 0 | 100111 | 101101 | 11010 | 111 | 100111 | 111001 |
Color Harmonies of #BC7268
Complementary color
Monochromatic Colors of #BC7268
Black with #BC7268
Text Example
Text Example
White with #BC7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7268; }
p { color: rgb(188,114,104); }
H1.HeaderClassName
{
color: #BC7268;
}
.AnyTagClassName
{
color: #BC7268;
}
</style>
background-color css
<style>
a { background-color: #BC7268; }
a { background-color: rgb(188,114,104); }
div.DivClassName
{
background-color: #BC7268;
}
.BgClassName
{
background-color: #BC7268;
}
</style>
border-color css
<style>
span { border-color: #BC7268; }
span { border-color: rgb(188,114,104); }
td.TdClassName
{
border-color: #BC7268;
}
.TagClassName
{
border-color: #BC7268;
}
</style>