Shades of Contessa #BC7467
Tints of Contessa #BC7467
RGB
CMYK
RGB Variations
Color information
#BC7467 (or 0xBC7467) is known color: Contessa. HEX triplet: BC, 74 and 67. RGB value is (188,116,103). Sum of RGB (Red+Green+Blue) = 188+116+103=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7467 is #438B98. Grayscale: #888888. Windows color (decimal): -4426649 or 6780092. OLE color: 6780092.
HSL color Cylindrical-coordinate representation of color #BC7467: hue angle of 9.18º 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 #BC7467 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 103 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.26 |
| HSL | 9.18º | 0.39% | 0.57% | - |
| HSV(B) | 9.18º | 0.45% | 0.74% | - |
| XYZ | 29.43 | 24.16 | 15.94 | - |
| YUV | 136.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 103 | 0 | 0.38 | 0.45 | 0.26 | 9.18 | 0.39 | 0.57 |
| Hex | BC | 74 | 67 | 0 | 26 | 2D | 1A | 9 | 27 | 39 |
| Octal | 274 | 164 | 147 | 0 | 46 | 55 | 32 | 11 | 47 | 71 |
| Binary | 10111100 | 1110100 | 1100111 | 0 | 100110 | 101101 | 11010 | 1001 | 100111 | 111001 |
Color Harmonies of #BC7467
Complementary color
Monochromatic Colors of #BC7467
Black with #BC7467
Text Example
Text Example
White with #BC7467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7467; }
p { color: rgb(188,116,103); }
H1.HeaderClassName
{
color: #BC7467;
}
.AnyTagClassName
{
color: #BC7467;
}
</style>
background-color css
<style>
a { background-color: #BC7467; }
a { background-color: rgb(188,116,103); }
div.DivClassName
{
background-color: #BC7467;
}
.BgClassName
{
background-color: #BC7467;
}
</style>
border-color css
<style>
span { border-color: #BC7467; }
span { border-color: rgb(188,116,103); }
td.TdClassName
{
border-color: #BC7467;
}
.TagClassName
{
border-color: #BC7467;
}
</style>