Shades of Contessa #BC716F
Tints of Contessa #BC716F
RGB
CMYK
RGB Variations
Color information
#BC716F (or 0xBC716F) is known color: Contessa. HEX triplet: BC, 71 and 6F. RGB value is (188,113,111). Sum of RGB (Red+Green+Blue) = 188+113+111=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC716F is #438E90. Grayscale: #878787. Windows color (decimal): -4427409 or 7303612. OLE color: 7303612.
HSL color Cylindrical-coordinate representation of color #BC716F: hue angle of 1.56º 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 #BC716F is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 111 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.26 |
| HSL | 1.56º | 0.36% | 0.59% | - |
| HSV(B) | 1.56º | 0.41% | 0.74% | - |
| XYZ | 29.51 | 23.65 | 18.05 | - |
| YUV | 135.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 111 | 0 | 0.40 | 0.41 | 0.26 | 1.56 | 0.36 | 0.59 |
| Hex | BC | 71 | 6F | 0 | 28 | 29 | 1A | 2 | 24 | 3B |
| Octal | 274 | 161 | 157 | 0 | 50 | 51 | 32 | 2 | 44 | 73 |
| Binary | 10111100 | 1110001 | 1101111 | 0 | 101000 | 101001 | 11010 | 10 | 100100 | 111011 |
Color Harmonies of #BC716F
Complementary color
Monochromatic Colors of #BC716F
Black with #BC716F
Text Example
Text Example
White with #BC716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC716F; }
p { color: rgb(188,113,111); }
H1.HeaderClassName
{
color: #BC716F;
}
.AnyTagClassName
{
color: #BC716F;
}
</style>
background-color css
<style>
a { background-color: #BC716F; }
a { background-color: rgb(188,113,111); }
div.DivClassName
{
background-color: #BC716F;
}
.BgClassName
{
background-color: #BC716F;
}
</style>
border-color css
<style>
span { border-color: #BC716F; }
span { border-color: rgb(188,113,111); }
td.TdClassName
{
border-color: #BC716F;
}
.TagClassName
{
border-color: #BC716F;
}
</style>