Shades of Contessa #BC6A60
Tints of Contessa #BC6A60
RGB
CMYK
RGB Variations
Color information
#BC6A60 (or 0xBC6A60) is known color: Contessa. HEX triplet: BC, 6A and 60. RGB value is (188,106,96). Sum of RGB (Red+Green+Blue) = 188+106+96=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A60 is #43959F. Grayscale: #818181. Windows color (decimal): -4429216 or 6318780. OLE color: 6318780.
HSL color Cylindrical-coordinate representation of color #BC6A60: hue angle of 6.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6A60 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 106 | 96 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.26 |
| HSL | 6.52º | 0.41% | 0.56% | - |
| HSV(B) | 6.52º | 0.49% | 0.74% | - |
| XYZ | 28 | 21.84 | 13.81 | - |
| YUV | 129.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 96 | 0 | 0.44 | 0.49 | 0.26 | 6.52 | 0.41 | 0.56 |
| Hex | BC | 6A | 60 | 0 | 2C | 31 | 1A | 7 | 29 | 38 |
| Octal | 274 | 152 | 140 | 0 | 54 | 61 | 32 | 7 | 51 | 70 |
| Binary | 10111100 | 1101010 | 1100000 | 0 | 101100 | 110001 | 11010 | 111 | 101001 | 111000 |
Color Harmonies of #BC6A60
Complementary color
Monochromatic Colors of #BC6A60
Black with #BC6A60
Text Example
Text Example
White with #BC6A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6A60; }
p { color: rgb(188,106,96); }
H1.HeaderClassName
{
color: #BC6A60;
}
.AnyTagClassName
{
color: #BC6A60;
}
</style>
background-color css
<style>
a { background-color: #BC6A60; }
a { background-color: rgb(188,106,96); }
div.DivClassName
{
background-color: #BC6A60;
}
.BgClassName
{
background-color: #BC6A60;
}
</style>
border-color css
<style>
span { border-color: #BC6A60; }
span { border-color: rgb(188,106,96); }
td.TdClassName
{
border-color: #BC6A60;
}
.TagClassName
{
border-color: #BC6A60;
}
</style>