Shades of Contessa #BC7565
Tints of Contessa #BC7565
RGB
CMYK
RGB Variations
Color information
#BC7565 (or 0xBC7565) is known color: Contessa. HEX triplet: BC, 75 and 65. RGB value is (188,117,101). Sum of RGB (Red+Green+Blue) = 188+117+101=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7565 is #438A9A. Grayscale: #888888. Windows color (decimal): -4426395 or 6649276. OLE color: 6649276.
HSL color Cylindrical-coordinate representation of color #BC7565: hue angle of 11.03º 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 #BC7565 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 101 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.26 |
| HSL | 11.03º | 0.39% | 0.57% | - |
| HSV(B) | 11.03º | 0.46% | 0.74% | - |
| XYZ | 29.45 | 24.35 | 15.46 | - |
| YUV | 136.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 101 | 0 | 0.38 | 0.46 | 0.26 | 11.03 | 0.39 | 0.57 |
| Hex | BC | 75 | 65 | 0 | 26 | 2E | 1A | B | 27 | 39 |
| Octal | 274 | 165 | 145 | 0 | 46 | 56 | 32 | 13 | 47 | 71 |
| Binary | 10111100 | 1110101 | 1100101 | 0 | 100110 | 101110 | 11010 | 1011 | 100111 | 111001 |
Color Harmonies of #BC7565
Complementary color
Monochromatic Colors of #BC7565
Black with #BC7565
Text Example
Text Example
White with #BC7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7565; }
p { color: rgb(188,117,101); }
H1.HeaderClassName
{
color: #BC7565;
}
.AnyTagClassName
{
color: #BC7565;
}
</style>
background-color css
<style>
a { background-color: #BC7565; }
a { background-color: rgb(188,117,101); }
div.DivClassName
{
background-color: #BC7565;
}
.BgClassName
{
background-color: #BC7565;
}
</style>
border-color css
<style>
span { border-color: #BC7565; }
span { border-color: rgb(188,117,101); }
td.TdClassName
{
border-color: #BC7565;
}
.TagClassName
{
border-color: #BC7565;
}
</style>