Shades of Contessa #BC7A68
Tints of Contessa #BC7A68
RGB
CMYK
RGB Variations
Color information
#BC7A68 (or 0xBC7A68) is known color: Contessa. HEX triplet: BC, 7A and 68. RGB value is (188,122,104). Sum of RGB (Red+Green+Blue) = 188+122+104=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A68 is #438597. Grayscale: #8B8B8B. Windows color (decimal): -4425112 or 6847164. OLE color: 6847164.
HSL color Cylindrical-coordinate representation of color #BC7A68: hue angle of 12.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC7A68 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 104 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.26 |
| HSL | 12.86º | 0.39% | 0.57% | - |
| HSV(B) | 12.86º | 0.45% | 0.74% | - |
| XYZ | 30.2 | 25.61 | 16.45 | - |
| YUV | 139.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 104 | 0 | 0.35 | 0.45 | 0.26 | 12.86 | 0.39 | 0.57 |
| Hex | BC | 7A | 68 | 0 | 23 | 2D | 1A | D | 27 | 39 |
| Octal | 274 | 172 | 150 | 0 | 43 | 55 | 32 | 15 | 47 | 71 |
| Binary | 10111100 | 1111010 | 1101000 | 0 | 100011 | 101101 | 11010 | 1101 | 100111 | 111001 |
Color Harmonies of #BC7A68
Complementary color
Monochromatic Colors of #BC7A68
Black with #BC7A68
Text Example
Text Example
White with #BC7A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A68; }
p { color: rgb(188,122,104); }
H1.HeaderClassName
{
color: #BC7A68;
}
.AnyTagClassName
{
color: #BC7A68;
}
</style>
background-color css
<style>
a { background-color: #BC7A68; }
a { background-color: rgb(188,122,104); }
div.DivClassName
{
background-color: #BC7A68;
}
.BgClassName
{
background-color: #BC7A68;
}
</style>
border-color css
<style>
span { border-color: #BC7A68; }
span { border-color: rgb(188,122,104); }
td.TdClassName
{
border-color: #BC7A68;
}
.TagClassName
{
border-color: #BC7A68;
}
</style>