Shades of Contessa #BC746D
Tints of Contessa #BC746D
RGB
CMYK
RGB Variations
Color information
#BC746D (or 0xBC746D) is known color: Contessa. HEX triplet: BC, 74 and 6D. RGB value is (188,116,109). Sum of RGB (Red+Green+Blue) = 188+116+109=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC746D is #438B92. Grayscale: #888888. Windows color (decimal): -4426643 or 7173308. OLE color: 7173308.
HSL color Cylindrical-coordinate representation of color #BC746D: hue angle of 5.32º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC746D is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 109 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.26 |
| HSL | 5.32º | 0.37% | 0.58% | - |
| HSV(B) | 5.32º | 0.42% | 0.74% | - |
| XYZ | 29.74 | 24.29 | 17.59 | - |
| YUV | 136.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 109 | 0 | 0.38 | 0.42 | 0.26 | 5.32 | 0.37 | 0.58 |
| Hex | BC | 74 | 6D | 0 | 26 | 2A | 1A | 5 | 25 | 3A |
| Octal | 274 | 164 | 155 | 0 | 46 | 52 | 32 | 5 | 45 | 72 |
| Binary | 10111100 | 1110100 | 1101101 | 0 | 100110 | 101010 | 11010 | 101 | 100101 | 111010 |
Color Harmonies of #BC746D
Complementary color
Monochromatic Colors of #BC746D
Black with #BC746D
Text Example
Text Example
White with #BC746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC746D; }
p { color: rgb(188,116,109); }
H1.HeaderClassName
{
color: #BC746D;
}
.AnyTagClassName
{
color: #BC746D;
}
</style>
background-color css
<style>
a { background-color: #BC746D; }
a { background-color: rgb(188,116,109); }
div.DivClassName
{
background-color: #BC746D;
}
.BgClassName
{
background-color: #BC746D;
}
</style>
border-color css
<style>
span { border-color: #BC746D; }
span { border-color: rgb(188,116,109); }
td.TdClassName
{
border-color: #BC746D;
}
.TagClassName
{
border-color: #BC746D;
}
</style>