Shades of Contessa #BC6762
Tints of Contessa #BC6762
RGB
CMYK
RGB Variations
Color information
#BC6762 (or 0xBC6762) is known color: Contessa. HEX triplet: BC, 67 and 62. RGB value is (188,103,98). Sum of RGB (Red+Green+Blue) = 188+103+98=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6762 is #43989D. Grayscale: #7F7F7F. Windows color (decimal): -4429982 or 6449084. OLE color: 6449084.
HSL color Cylindrical-coordinate representation of color #BC6762: hue angle of 3.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6762 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 98 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.26 |
| HSL | 3.33º | 0.4% | 0.56% | - |
| HSV(B) | 3.33º | 0.48% | 0.74% | - |
| XYZ | 27.79 | 21.27 | 14.2 | - |
| YUV | 127.85 | 111.16 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 98 | 0 | 0.45 | 0.48 | 0.26 | 3.33 | 0.4 | 0.56 |
| Hex | BC | 67 | 62 | 0 | 2D | 30 | 1A | 3 | 28 | 38 |
| Octal | 274 | 147 | 142 | 0 | 55 | 60 | 32 | 3 | 50 | 70 |
| Binary | 10111100 | 1100111 | 1100010 | 0 | 101101 | 110000 | 11010 | 11 | 101000 | 111000 |
Color Harmonies of #BC6762
Complementary color
Monochromatic Colors of #BC6762
Black with #BC6762
Text Example
Text Example
White with #BC6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6762; }
p { color: rgb(188,103,98); }
H1.HeaderClassName
{
color: #BC6762;
}
.AnyTagClassName
{
color: #BC6762;
}
</style>
background-color css
<style>
a { background-color: #BC6762; }
a { background-color: rgb(188,103,98); }
div.DivClassName
{
background-color: #BC6762;
}
.BgClassName
{
background-color: #BC6762;
}
</style>
border-color css
<style>
span { border-color: #BC6762; }
span { border-color: rgb(188,103,98); }
td.TdClassName
{
border-color: #BC6762;
}
.TagClassName
{
border-color: #BC6762;
}
</style>