Shades of Contessa #BC7A62
Tints of Contessa #BC7A62
RGB
CMYK
RGB Variations
Color information
#BC7A62 (or 0xBC7A62) is known color: Contessa. HEX triplet: BC, 7A and 62. RGB value is (188,122,98). Sum of RGB (Red+Green+Blue) = 188+122+98=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A62 is #43859D. Grayscale: #8B8B8B. Windows color (decimal): -4425118 or 6453948. OLE color: 6453948.
HSL color Cylindrical-coordinate representation of color #BC7A62: hue angle of 16º 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 #BC7A62 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 98 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.26 |
| HSL | 16º | 0.4% | 0.56% | - |
| HSV(B) | 16º | 0.48% | 0.74% | - |
| XYZ | 29.9 | 25.49 | 14.9 | - |
| YUV | 139 | 104.87 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 98 | 0 | 0.35 | 0.48 | 0.26 | 16 | 0.4 | 0.56 |
| Hex | BC | 7A | 62 | 0 | 23 | 30 | 1A | 10 | 28 | 38 |
| Octal | 274 | 172 | 142 | 0 | 43 | 60 | 32 | 20 | 50 | 70 |
| Binary | 10111100 | 1111010 | 1100010 | 0 | 100011 | 110000 | 11010 | 10000 | 101000 | 111000 |
Color Harmonies of #BC7A62
Complementary color
Monochromatic Colors of #BC7A62
Black with #BC7A62
Text Example
Text Example
White with #BC7A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A62; }
p { color: rgb(188,122,98); }
H1.HeaderClassName
{
color: #BC7A62;
}
.AnyTagClassName
{
color: #BC7A62;
}
</style>
background-color css
<style>
a { background-color: #BC7A62; }
a { background-color: rgb(188,122,98); }
div.DivClassName
{
background-color: #BC7A62;
}
.BgClassName
{
background-color: #BC7A62;
}
</style>
border-color css
<style>
span { border-color: #BC7A62; }
span { border-color: rgb(188,122,98); }
td.TdClassName
{
border-color: #BC7A62;
}
.TagClassName
{
border-color: #BC7A62;
}
</style>