Shades of Contessa #BC7B67
Tints of Contessa #BC7B67
RGB
CMYK
RGB Variations
Color information
#BC7B67 (or 0xBC7B67) is known color: Contessa. HEX triplet: BC, 7B and 67. RGB value is (188,123,103). Sum of RGB (Red+Green+Blue) = 188+123+103=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B67 is #438498. Grayscale: #8C8C8C. Windows color (decimal): -4424857 or 6781884. OLE color: 6781884.
HSL color Cylindrical-coordinate representation of color #BC7B67: hue angle of 14.12º 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 #BC7B67 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 103 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.26 |
| HSL | 14.12º | 0.39% | 0.57% | - |
| HSV(B) | 14.12º | 0.45% | 0.74% | - |
| XYZ | 30.27 | 25.84 | 16.22 | - |
| YUV | 140.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 103 | 0 | 0.35 | 0.45 | 0.26 | 14.12 | 0.39 | 0.57 |
| Hex | BC | 7B | 67 | 0 | 23 | 2D | 1A | E | 27 | 39 |
| Octal | 274 | 173 | 147 | 0 | 43 | 55 | 32 | 16 | 47 | 71 |
| Binary | 10111100 | 1111011 | 1100111 | 0 | 100011 | 101101 | 11010 | 1110 | 100111 | 111001 |
Color Harmonies of #BC7B67
Complementary color
Monochromatic Colors of #BC7B67
Black with #BC7B67
Text Example
Text Example
White with #BC7B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B67; }
p { color: rgb(188,123,103); }
H1.HeaderClassName
{
color: #BC7B67;
}
.AnyTagClassName
{
color: #BC7B67;
}
</style>
background-color css
<style>
a { background-color: #BC7B67; }
a { background-color: rgb(188,123,103); }
div.DivClassName
{
background-color: #BC7B67;
}
.BgClassName
{
background-color: #BC7B67;
}
</style>
border-color css
<style>
span { border-color: #BC7B67; }
span { border-color: rgb(188,123,103); }
td.TdClassName
{
border-color: #BC7B67;
}
.TagClassName
{
border-color: #BC7B67;
}
</style>