Shades of Contessa #BA7667
Tints of Contessa #BA7667
RGB
CMYK
RGB Variations
Color information
#BA7667 (or 0xBA7667) is known color: Contessa. HEX triplet: BA, 76 and 67. RGB value is (186,118,103). Sum of RGB (Red+Green+Blue) = 186+118+103=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7667 is #458998. Grayscale: #888888. Windows color (decimal): -4557209 or 6780602. OLE color: 6780602.
HSL color Cylindrical-coordinate representation of color #BA7667: hue angle of 10.84º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA7667 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 103 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.27 |
| HSL | 10.84º | 0.38% | 0.57% | - |
| HSV(B) | 10.84º | 0.45% | 0.73% | - |
| XYZ | 29.18 | 24.38 | 16 | - |
| YUV | 136.62 | 109.03 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 103 | 0 | 0.37 | 0.45 | 0.27 | 10.84 | 0.38 | 0.57 |
| Hex | BA | 76 | 67 | 0 | 25 | 2D | 1B | B | 26 | 39 |
| Octal | 272 | 166 | 147 | 0 | 45 | 55 | 33 | 13 | 46 | 71 |
| Binary | 10111010 | 1110110 | 1100111 | 0 | 100101 | 101101 | 11011 | 1011 | 100110 | 111001 |
Color Harmonies of #BA7667
Complementary color
Monochromatic Colors of #BA7667
Black with #BA7667
Text Example
Text Example
White with #BA7667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7667; }
p { color: rgb(186,118,103); }
H1.HeaderClassName
{
color: #BA7667;
}
.AnyTagClassName
{
color: #BA7667;
}
</style>
background-color css
<style>
a { background-color: #BA7667; }
a { background-color: rgb(186,118,103); }
div.DivClassName
{
background-color: #BA7667;
}
.BgClassName
{
background-color: #BA7667;
}
</style>
border-color css
<style>
span { border-color: #BA7667; }
span { border-color: rgb(186,118,103); }
td.TdClassName
{
border-color: #BA7667;
}
.TagClassName
{
border-color: #BA7667;
}
</style>