Shades of Contessa #BC715F
Tints of Contessa #BC715F
RGB
CMYK
RGB Variations
Color information
#BC715F (or 0xBC715F) is known color: Contessa. HEX triplet: BC, 71 and 5F. RGB value is (188,113,95). Sum of RGB (Red+Green+Blue) = 188+113+95=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC715F is #438EA0. Grayscale: #858585. Windows color (decimal): -4427425 or 6255036. OLE color: 6255036.
HSL color Cylindrical-coordinate representation of color #BC715F: hue angle of 11.61º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC715F is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 95 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.26 |
| HSL | 11.61º | 0.41% | 0.55% | - |
| HSV(B) | 11.61º | 0.49% | 0.74% | - |
| XYZ | 28.71 | 23.33 | 13.82 | - |
| YUV | 133.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 95 | 0 | 0.40 | 0.49 | 0.26 | 11.61 | 0.41 | 0.55 |
| Hex | BC | 71 | 5F | 0 | 28 | 31 | 1A | C | 29 | 37 |
| Octal | 274 | 161 | 137 | 0 | 50 | 61 | 32 | 14 | 51 | 67 |
| Binary | 10111100 | 1110001 | 1011111 | 0 | 101000 | 110001 | 11010 | 1100 | 101001 | 110111 |
Color Harmonies of #BC715F
Complementary color
Monochromatic Colors of #BC715F
Black with #BC715F
Text Example
Text Example
White with #BC715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC715F; }
p { color: rgb(188,113,95); }
H1.HeaderClassName
{
color: #BC715F;
}
.AnyTagClassName
{
color: #BC715F;
}
</style>
background-color css
<style>
a { background-color: #BC715F; }
a { background-color: rgb(188,113,95); }
div.DivClassName
{
background-color: #BC715F;
}
.BgClassName
{
background-color: #BC715F;
}
</style>
border-color css
<style>
span { border-color: #BC715F; }
span { border-color: rgb(188,113,95); }
td.TdClassName
{
border-color: #BC715F;
}
.TagClassName
{
border-color: #BC715F;
}
</style>