Shades of Contessa #BC7569
Tints of Contessa #BC7569
RGB
CMYK
RGB Variations
Color information
#BC7569 (or 0xBC7569) is known color: Contessa. HEX triplet: BC, 75 and 69. RGB value is (188,117,105). Sum of RGB (Red+Green+Blue) = 188+117+105=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7569 is #438A96. Grayscale: #888888. Windows color (decimal): -4426391 or 6911420. OLE color: 6911420.
HSL color Cylindrical-coordinate representation of color #BC7569: hue angle of 8.67º 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 #BC7569 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 105 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.26 |
| HSL | 8.67º | 0.38% | 0.57% | - |
| HSV(B) | 8.67º | 0.44% | 0.74% | - |
| XYZ | 29.65 | 24.43 | 16.52 | - |
| YUV | 136.86 | 110.02 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 105 | 0 | 0.38 | 0.44 | 0.26 | 8.67 | 0.38 | 0.57 |
| Hex | BC | 75 | 69 | 0 | 26 | 2C | 1A | 9 | 26 | 39 |
| Octal | 274 | 165 | 151 | 0 | 46 | 54 | 32 | 11 | 46 | 71 |
| Binary | 10111100 | 1110101 | 1101001 | 0 | 100110 | 101100 | 11010 | 1001 | 100110 | 111001 |
Color Harmonies of #BC7569
Complementary color
Monochromatic Colors of #BC7569
Black with #BC7569
Text Example
Text Example
White with #BC7569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7569; }
p { color: rgb(188,117,105); }
H1.HeaderClassName
{
color: #BC7569;
}
.AnyTagClassName
{
color: #BC7569;
}
</style>
background-color css
<style>
a { background-color: #BC7569; }
a { background-color: rgb(188,117,105); }
div.DivClassName
{
background-color: #BC7569;
}
.BgClassName
{
background-color: #BC7569;
}
</style>
border-color css
<style>
span { border-color: #BC7569; }
span { border-color: rgb(188,117,105); }
td.TdClassName
{
border-color: #BC7569;
}
.TagClassName
{
border-color: #BC7569;
}
</style>