Shades of Contessa #BC705C
Tints of Contessa #BC705C
RGB
CMYK
RGB Variations
Color information
#BC705C (or 0xBC705C) is known color: Contessa. HEX triplet: BC, 70 and 5C. RGB value is (188,112,92). Sum of RGB (Red+Green+Blue) = 188+112+92=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC705C is #438FA3. Grayscale: #848484. Windows color (decimal): -4427684 or 6058172. OLE color: 6058172.
HSL color Cylindrical-coordinate representation of color #BC705C: hue angle of 12.5º 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 #BC705C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 92 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.26 |
| HSL | 12.5º | 0.42% | 0.55% | - |
| HSV(B) | 12.5º | 0.51% | 0.74% | - |
| XYZ | 28.46 | 23.05 | 13.07 | - |
| YUV | 132.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 92 | 0 | 0.40 | 0.51 | 0.26 | 12.5 | 0.42 | 0.55 |
| Hex | BC | 70 | 5C | 0 | 28 | 33 | 1A | C | 2A | 37 |
| Octal | 274 | 160 | 134 | 0 | 50 | 63 | 32 | 14 | 52 | 67 |
| Binary | 10111100 | 1110000 | 1011100 | 0 | 101000 | 110011 | 11010 | 1100 | 101010 | 110111 |
Color Harmonies of #BC705C
Complementary color
Monochromatic Colors of #BC705C
Black with #BC705C
Text Example
Text Example
White with #BC705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC705C; }
p { color: rgb(188,112,92); }
H1.HeaderClassName
{
color: #BC705C;
}
.AnyTagClassName
{
color: #BC705C;
}
</style>
background-color css
<style>
a { background-color: #BC705C; }
a { background-color: rgb(188,112,92); }
div.DivClassName
{
background-color: #BC705C;
}
.BgClassName
{
background-color: #BC705C;
}
</style>
border-color css
<style>
span { border-color: #BC705C; }
span { border-color: rgb(188,112,92); }
td.TdClassName
{
border-color: #BC705C;
}
.TagClassName
{
border-color: #BC705C;
}
</style>