Shades of Contessa #BC7C69
Tints of Contessa #BC7C69
RGB
CMYK
RGB Variations
Color information
#BC7C69 (or 0xBC7C69) is known color: Contessa. HEX triplet: BC, 7C and 69. RGB value is (188,124,105). Sum of RGB (Red+Green+Blue) = 188+124+105=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C69 is #438396. Grayscale: #8D8D8D. Windows color (decimal): -4424599 or 6913212. OLE color: 6913212.
HSL color Cylindrical-coordinate representation of color #BC7C69: hue angle of 13.73º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7C69 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 105 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.26 |
| HSL | 13.73º | 0.38% | 0.57% | - |
| HSV(B) | 13.73º | 0.44% | 0.74% | - |
| XYZ | 30.5 | 26.13 | 16.8 | - |
| YUV | 140.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 105 | 0 | 0.34 | 0.44 | 0.26 | 13.73 | 0.38 | 0.57 |
| Hex | BC | 7C | 69 | 0 | 22 | 2C | 1A | E | 26 | 39 |
| Octal | 274 | 174 | 151 | 0 | 42 | 54 | 32 | 16 | 46 | 71 |
| Binary | 10111100 | 1111100 | 1101001 | 0 | 100010 | 101100 | 11010 | 1110 | 100110 | 111001 |
Color Harmonies of #BC7C69
Complementary color
Monochromatic Colors of #BC7C69
Black with #BC7C69
Text Example
Text Example
White with #BC7C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C69; }
p { color: rgb(188,124,105); }
H1.HeaderClassName
{
color: #BC7C69;
}
.AnyTagClassName
{
color: #BC7C69;
}
</style>
background-color css
<style>
a { background-color: #BC7C69; }
a { background-color: rgb(188,124,105); }
div.DivClassName
{
background-color: #BC7C69;
}
.BgClassName
{
background-color: #BC7C69;
}
</style>
border-color css
<style>
span { border-color: #BC7C69; }
span { border-color: rgb(188,124,105); }
td.TdClassName
{
border-color: #BC7C69;
}
.TagClassName
{
border-color: #BC7C69;
}
</style>