Shades of Contessa #BC756B
Tints of Contessa #BC756B
RGB
CMYK
RGB Variations
Color information
#BC756B (or 0xBC756B) is known color: Contessa. HEX triplet: BC, 75 and 6B. RGB value is (188,117,107). Sum of RGB (Red+Green+Blue) = 188+117+107=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC756B is #438A94. Grayscale: #898989. Windows color (decimal): -4426389 or 7042492. OLE color: 7042492.
HSL color Cylindrical-coordinate representation of color #BC756B: hue angle of 7.41º degrees, saturation: 0.38, 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 #BC756B is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 107 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.26 |
| HSL | 7.41º | 0.38% | 0.58% | - |
| HSV(B) | 7.41º | 0.43% | 0.74% | - |
| XYZ | 29.75 | 24.48 | 17.07 | - |
| YUV | 137.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 107 | 0 | 0.38 | 0.43 | 0.26 | 7.41 | 0.38 | 0.58 |
| Hex | BC | 75 | 6B | 0 | 26 | 2B | 1A | 7 | 26 | 3A |
| Octal | 274 | 165 | 153 | 0 | 46 | 53 | 32 | 7 | 46 | 72 |
| Binary | 10111100 | 1110101 | 1101011 | 0 | 100110 | 101011 | 11010 | 111 | 100110 | 111010 |
Color Harmonies of #BC756B
Complementary color
Monochromatic Colors of #BC756B
Black with #BC756B
Text Example
Text Example
White with #BC756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC756B; }
p { color: rgb(188,117,107); }
H1.HeaderClassName
{
color: #BC756B;
}
.AnyTagClassName
{
color: #BC756B;
}
</style>
background-color css
<style>
a { background-color: #BC756B; }
a { background-color: rgb(188,117,107); }
div.DivClassName
{
background-color: #BC756B;
}
.BgClassName
{
background-color: #BC756B;
}
</style>
border-color css
<style>
span { border-color: #BC756B; }
span { border-color: rgb(188,117,107); }
td.TdClassName
{
border-color: #BC756B;
}
.TagClassName
{
border-color: #BC756B;
}
</style>