Shades of Contessa #BC7562
Tints of Contessa #BC7562
RGB
CMYK
RGB Variations
Color information
#BC7562 (or 0xBC7562) is known color: Contessa. HEX triplet: BC, 75 and 62. RGB value is (188,117,98). Sum of RGB (Red+Green+Blue) = 188+117+98=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7562 is #438A9D. Grayscale: #888888. Windows color (decimal): -4426398 or 6452668. OLE color: 6452668.
HSL color Cylindrical-coordinate representation of color #BC7562: hue angle of 12.67º 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 #BC7562 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 98 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.26 |
| HSL | 12.67º | 0.4% | 0.56% | - |
| HSV(B) | 12.67º | 0.48% | 0.74% | - |
| XYZ | 29.3 | 24.3 | 14.7 | - |
| YUV | 136.06 | 106.52 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 98 | 0 | 0.38 | 0.48 | 0.26 | 12.67 | 0.4 | 0.56 |
| Hex | BC | 75 | 62 | 0 | 26 | 30 | 1A | D | 28 | 38 |
| Octal | 274 | 165 | 142 | 0 | 46 | 60 | 32 | 15 | 50 | 70 |
| Binary | 10111100 | 1110101 | 1100010 | 0 | 100110 | 110000 | 11010 | 1101 | 101000 | 111000 |
Color Harmonies of #BC7562
Complementary color
Monochromatic Colors of #BC7562
Black with #BC7562
Text Example
Text Example
White with #BC7562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7562; }
p { color: rgb(188,117,98); }
H1.HeaderClassName
{
color: #BC7562;
}
.AnyTagClassName
{
color: #BC7562;
}
</style>
background-color css
<style>
a { background-color: #BC7562; }
a { background-color: rgb(188,117,98); }
div.DivClassName
{
background-color: #BC7562;
}
.BgClassName
{
background-color: #BC7562;
}
</style>
border-color css
<style>
span { border-color: #BC7562; }
span { border-color: rgb(188,117,98); }
td.TdClassName
{
border-color: #BC7562;
}
.TagClassName
{
border-color: #BC7562;
}
</style>