Shades of Contessa #BC7A63
Tints of Contessa #BC7A63
RGB
CMYK
RGB Variations
Color information
#BC7A63 (or 0xBC7A63) is known color: Contessa. HEX triplet: BC, 7A and 63. RGB value is (188,122,99). Sum of RGB (Red+Green+Blue) = 188+122+99=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A63 is #43859C. Grayscale: #8B8B8B. Windows color (decimal): -4425117 or 6519484. OLE color: 6519484.
HSL color Cylindrical-coordinate representation of color #BC7A63: hue angle of 15.51º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC7A63 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 99 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.26 |
| HSL | 15.51º | 0.4% | 0.56% | - |
| HSV(B) | 15.51º | 0.47% | 0.74% | - |
| XYZ | 29.95 | 25.51 | 15.15 | - |
| YUV | 139.11 | 105.37 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 99 | 0 | 0.35 | 0.47 | 0.26 | 15.51 | 0.4 | 0.56 |
| Hex | BC | 7A | 63 | 0 | 23 | 2F | 1A | 10 | 28 | 38 |
| Octal | 274 | 172 | 143 | 0 | 43 | 57 | 32 | 20 | 50 | 70 |
| Binary | 10111100 | 1111010 | 1100011 | 0 | 100011 | 101111 | 11010 | 10000 | 101000 | 111000 |
Color Harmonies of #BC7A63
Complementary color
Monochromatic Colors of #BC7A63
Black with #BC7A63
Text Example
Text Example
White with #BC7A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A63; }
p { color: rgb(188,122,99); }
H1.HeaderClassName
{
color: #BC7A63;
}
.AnyTagClassName
{
color: #BC7A63;
}
</style>
background-color css
<style>
a { background-color: #BC7A63; }
a { background-color: rgb(188,122,99); }
div.DivClassName
{
background-color: #BC7A63;
}
.BgClassName
{
background-color: #BC7A63;
}
</style>
border-color css
<style>
span { border-color: #BC7A63; }
span { border-color: rgb(188,122,99); }
td.TdClassName
{
border-color: #BC7A63;
}
.TagClassName
{
border-color: #BC7A63;
}
</style>