Shades of Contessa #BC756C
Tints of Contessa #BC756C
RGB
CMYK
RGB Variations
Color information
#BC756C (or 0xBC756C) is known color: Contessa. HEX triplet: BC, 75 and 6C. RGB value is (188,117,108). Sum of RGB (Red+Green+Blue) = 188+117+108=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC756C is #438A93. Grayscale: #898989. Windows color (decimal): -4426388 or 7108028. OLE color: 7108028.
HSL color Cylindrical-coordinate representation of color #BC756C: hue angle of 6.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC756C is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 108 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.26 |
| HSL | 6.75º | 0.37% | 0.58% | - |
| HSV(B) | 6.75º | 0.43% | 0.74% | - |
| XYZ | 29.81 | 24.5 | 17.34 | - |
| YUV | 137.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 108 | 0 | 0.38 | 0.43 | 0.26 | 6.75 | 0.37 | 0.58 |
| Hex | BC | 75 | 6C | 0 | 26 | 2B | 1A | 7 | 25 | 3A |
| Octal | 274 | 165 | 154 | 0 | 46 | 53 | 32 | 7 | 45 | 72 |
| Binary | 10111100 | 1110101 | 1101100 | 0 | 100110 | 101011 | 11010 | 111 | 100101 | 111010 |
Color Harmonies of #BC756C
Complementary color
Monochromatic Colors of #BC756C
Black with #BC756C
Text Example
Text Example
White with #BC756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC756C; }
p { color: rgb(188,117,108); }
H1.HeaderClassName
{
color: #BC756C;
}
.AnyTagClassName
{
color: #BC756C;
}
</style>
background-color css
<style>
a { background-color: #BC756C; }
a { background-color: rgb(188,117,108); }
div.DivClassName
{
background-color: #BC756C;
}
.BgClassName
{
background-color: #BC756C;
}
</style>
border-color css
<style>
span { border-color: #BC756C; }
span { border-color: rgb(188,117,108); }
td.TdClassName
{
border-color: #BC756C;
}
.TagClassName
{
border-color: #BC756C;
}
</style>