Shades of Contessa #BC715C
Tints of Contessa #BC715C
RGB
CMYK
RGB Variations
Color information
#BC715C (or 0xBC715C) is known color: Contessa. HEX triplet: BC, 71 and 5C. RGB value is (188,113,92). Sum of RGB (Red+Green+Blue) = 188+113+92=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC715C is #438EA3. Grayscale: #858585. Windows color (decimal): -4427428 or 6058428. OLE color: 6058428.
HSL color Cylindrical-coordinate representation of color #BC715C: hue angle of 13.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC715C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 92 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.26 |
| HSL | 13.13º | 0.42% | 0.55% | - |
| HSV(B) | 13.13º | 0.51% | 0.74% | - |
| XYZ | 28.58 | 23.27 | 13.11 | - |
| YUV | 133.03 | 104.85 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 92 | 0 | 0.40 | 0.51 | 0.26 | 13.13 | 0.42 | 0.55 |
| Hex | BC | 71 | 5C | 0 | 28 | 33 | 1A | D | 2A | 37 |
| Octal | 274 | 161 | 134 | 0 | 50 | 63 | 32 | 15 | 52 | 67 |
| Binary | 10111100 | 1110001 | 1011100 | 0 | 101000 | 110011 | 11010 | 1101 | 101010 | 110111 |
Color Harmonies of #BC715C
Complementary color
Monochromatic Colors of #BC715C
Black with #BC715C
Text Example
Text Example
White with #BC715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC715C; }
p { color: rgb(188,113,92); }
H1.HeaderClassName
{
color: #BC715C;
}
.AnyTagClassName
{
color: #BC715C;
}
</style>
background-color css
<style>
a { background-color: #BC715C; }
a { background-color: rgb(188,113,92); }
div.DivClassName
{
background-color: #BC715C;
}
.BgClassName
{
background-color: #BC715C;
}
</style>
border-color css
<style>
span { border-color: #BC715C; }
span { border-color: rgb(188,113,92); }
td.TdClassName
{
border-color: #BC715C;
}
.TagClassName
{
border-color: #BC715C;
}
</style>