Shades of Contessa #BC746F
Tints of Contessa #BC746F
RGB
CMYK
RGB Variations
Color information
#BC746F (or 0xBC746F) is known color: Contessa. HEX triplet: BC, 74 and 6F. RGB value is (188,116,111). Sum of RGB (Red+Green+Blue) = 188+116+111=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC746F is #438B90. Grayscale: #898989. Windows color (decimal): -4426641 or 7304380. OLE color: 7304380.
HSL color Cylindrical-coordinate representation of color #BC746F: hue angle of 3.9º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC746F is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 111 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.26 |
| HSL | 3.9º | 0.36% | 0.59% | - |
| HSV(B) | 3.9º | 0.41% | 0.74% | - |
| XYZ | 29.85 | 24.33 | 18.16 | - |
| YUV | 136.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 111 | 0 | 0.38 | 0.41 | 0.26 | 3.9 | 0.36 | 0.59 |
| Hex | BC | 74 | 6F | 0 | 26 | 29 | 1A | 4 | 24 | 3B |
| Octal | 274 | 164 | 157 | 0 | 46 | 51 | 32 | 4 | 44 | 73 |
| Binary | 10111100 | 1110100 | 1101111 | 0 | 100110 | 101001 | 11010 | 100 | 100100 | 111011 |
Color Harmonies of #BC746F
Complementary color
Monochromatic Colors of #BC746F
Black with #BC746F
Text Example
Text Example
White with #BC746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC746F; }
p { color: rgb(188,116,111); }
H1.HeaderClassName
{
color: #BC746F;
}
.AnyTagClassName
{
color: #BC746F;
}
</style>
background-color css
<style>
a { background-color: #BC746F; }
a { background-color: rgb(188,116,111); }
div.DivClassName
{
background-color: #BC746F;
}
.BgClassName
{
background-color: #BC746F;
}
</style>
border-color css
<style>
span { border-color: #BC746F; }
span { border-color: rgb(188,116,111); }
td.TdClassName
{
border-color: #BC746F;
}
.TagClassName
{
border-color: #BC746F;
}
</style>