Shades of Contessa #BC7468
Tints of Contessa #BC7468
RGB
CMYK
RGB Variations
Color information
#BC7468 (or 0xBC7468) is known color: Contessa. HEX triplet: BC, 74 and 68. RGB value is (188,116,104). Sum of RGB (Red+Green+Blue) = 188+116+104=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7468 is #438B97. Grayscale: #888888. Windows color (decimal): -4426648 or 6845628. OLE color: 6845628.
HSL color Cylindrical-coordinate representation of color #BC7468: hue angle of 8.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 #BC7468 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 104 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.26 |
| HSL | 8.57º | 0.39% | 0.57% | - |
| HSV(B) | 8.57º | 0.45% | 0.74% | - |
| XYZ | 29.48 | 24.18 | 16.21 | - |
| YUV | 136.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 104 | 0 | 0.38 | 0.45 | 0.26 | 8.57 | 0.39 | 0.57 |
| Hex | BC | 74 | 68 | 0 | 26 | 2D | 1A | 9 | 27 | 39 |
| Octal | 274 | 164 | 150 | 0 | 46 | 55 | 32 | 11 | 47 | 71 |
| Binary | 10111100 | 1110100 | 1101000 | 0 | 100110 | 101101 | 11010 | 1001 | 100111 | 111001 |
Color Harmonies of #BC7468
Complementary color
Monochromatic Colors of #BC7468
Black with #BC7468
Text Example
Text Example
White with #BC7468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7468; }
p { color: rgb(188,116,104); }
H1.HeaderClassName
{
color: #BC7468;
}
.AnyTagClassName
{
color: #BC7468;
}
</style>
background-color css
<style>
a { background-color: #BC7468; }
a { background-color: rgb(188,116,104); }
div.DivClassName
{
background-color: #BC7468;
}
.BgClassName
{
background-color: #BC7468;
}
</style>
border-color css
<style>
span { border-color: #BC7468; }
span { border-color: rgb(188,116,104); }
td.TdClassName
{
border-color: #BC7468;
}
.TagClassName
{
border-color: #BC7468;
}
</style>