Shades of Contessa #BC7A65
Tints of Contessa #BC7A65
RGB
CMYK
RGB Variations
Color information
#BC7A65 (or 0xBC7A65) is known color: Contessa. HEX triplet: BC, 7A and 65. RGB value is (188,122,101). Sum of RGB (Red+Green+Blue) = 188+122+101=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A65 is #43859A. Grayscale: #8B8B8B. Windows color (decimal): -4425115 or 6650556. OLE color: 6650556.
HSL color Cylindrical-coordinate representation of color #BC7A65: hue angle of 14.48º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC7A65 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 101 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.26 |
| HSL | 14.48º | 0.39% | 0.57% | - |
| HSV(B) | 14.48º | 0.46% | 0.74% | - |
| XYZ | 30.05 | 25.55 | 15.66 | - |
| YUV | 139.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 101 | 0 | 0.35 | 0.46 | 0.26 | 14.48 | 0.39 | 0.57 |
| Hex | BC | 7A | 65 | 0 | 23 | 2E | 1A | E | 27 | 39 |
| Octal | 274 | 172 | 145 | 0 | 43 | 56 | 32 | 16 | 47 | 71 |
| Binary | 10111100 | 1111010 | 1100101 | 0 | 100011 | 101110 | 11010 | 1110 | 100111 | 111001 |
Color Harmonies of #BC7A65
Complementary color
Monochromatic Colors of #BC7A65
Black with #BC7A65
Text Example
Text Example
White with #BC7A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A65; }
p { color: rgb(188,122,101); }
H1.HeaderClassName
{
color: #BC7A65;
}
.AnyTagClassName
{
color: #BC7A65;
}
</style>
background-color css
<style>
a { background-color: #BC7A65; }
a { background-color: rgb(188,122,101); }
div.DivClassName
{
background-color: #BC7A65;
}
.BgClassName
{
background-color: #BC7A65;
}
</style>
border-color css
<style>
span { border-color: #BC7A65; }
span { border-color: rgb(188,122,101); }
td.TdClassName
{
border-color: #BC7A65;
}
.TagClassName
{
border-color: #BC7A65;
}
</style>