Shades of Contessa #BC7B68
Tints of Contessa #BC7B68
RGB
CMYK
RGB Variations
Color information
#BC7B68 (or 0xBC7B68) is known color: Contessa. HEX triplet: BC, 7B and 68. RGB value is (188,123,104). Sum of RGB (Red+Green+Blue) = 188+123+104=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B68 is #438497. Grayscale: #8C8C8C. Windows color (decimal): -4424856 or 6847420. OLE color: 6847420.
HSL color Cylindrical-coordinate representation of color #BC7B68: hue angle of 13.57º 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 #BC7B68 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 104 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.26 |
| HSL | 13.57º | 0.39% | 0.57% | - |
| HSV(B) | 13.57º | 0.45% | 0.74% | - |
| XYZ | 30.32 | 25.86 | 16.49 | - |
| YUV | 140.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 104 | 0 | 0.35 | 0.45 | 0.26 | 13.57 | 0.39 | 0.57 |
| Hex | BC | 7B | 68 | 0 | 23 | 2D | 1A | E | 27 | 39 |
| Octal | 274 | 173 | 150 | 0 | 43 | 55 | 32 | 16 | 47 | 71 |
| Binary | 10111100 | 1111011 | 1101000 | 0 | 100011 | 101101 | 11010 | 1110 | 100111 | 111001 |
Color Harmonies of #BC7B68
Complementary color
Monochromatic Colors of #BC7B68
Black with #BC7B68
Text Example
Text Example
White with #BC7B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B68; }
p { color: rgb(188,123,104); }
H1.HeaderClassName
{
color: #BC7B68;
}
.AnyTagClassName
{
color: #BC7B68;
}
</style>
background-color css
<style>
a { background-color: #BC7B68; }
a { background-color: rgb(188,123,104); }
div.DivClassName
{
background-color: #BC7B68;
}
.BgClassName
{
background-color: #BC7B68;
}
</style>
border-color css
<style>
span { border-color: #BC7B68; }
span { border-color: rgb(188,123,104); }
td.TdClassName
{
border-color: #BC7B68;
}
.TagClassName
{
border-color: #BC7B68;
}
</style>