Shades of Contessa #BA7B6B
Tints of Contessa #BA7B6B
RGB
CMYK
RGB Variations
Color information
#BA7B6B (or 0xBA7B6B) is known color: Contessa. HEX triplet: BA, 7B and 6B. RGB value is (186,123,107). Sum of RGB (Red+Green+Blue) = 186+123+107=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B6B is #458494. Grayscale: #8C8C8C. Windows color (decimal): -4555925 or 7044026. OLE color: 7044026.
HSL color Cylindrical-coordinate representation of color #BA7B6B: hue angle of 12.15º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA7B6B is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 107 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.27 |
| HSL | 12.15º | 0.36% | 0.57% | - |
| HSV(B) | 12.15º | 0.42% | 0.73% | - |
| XYZ | 29.99 | 25.67 | 17.28 | - |
| YUV | 140.01 | 109.37 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 107 | 0 | 0.34 | 0.42 | 0.27 | 12.15 | 0.36 | 0.57 |
| Hex | BA | 7B | 6B | 0 | 22 | 2A | 1B | C | 24 | 39 |
| Octal | 272 | 173 | 153 | 0 | 42 | 52 | 33 | 14 | 44 | 71 |
| Binary | 10111010 | 1111011 | 1101011 | 0 | 100010 | 101010 | 11011 | 1100 | 100100 | 111001 |
Color Harmonies of #BA7B6B
Complementary color
Monochromatic Colors of #BA7B6B
Black with #BA7B6B
Text Example
Text Example
White with #BA7B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B6B; }
p { color: rgb(186,123,107); }
H1.HeaderClassName
{
color: #BA7B6B;
}
.AnyTagClassName
{
color: #BA7B6B;
}
</style>
background-color css
<style>
a { background-color: #BA7B6B; }
a { background-color: rgb(186,123,107); }
div.DivClassName
{
background-color: #BA7B6B;
}
.BgClassName
{
background-color: #BA7B6B;
}
</style>
border-color css
<style>
span { border-color: #BA7B6B; }
span { border-color: rgb(186,123,107); }
td.TdClassName
{
border-color: #BA7B6B;
}
.TagClassName
{
border-color: #BA7B6B;
}
</style>