Shades of Contessa #BA675E
Tints of Contessa #BA675E
RGB
CMYK
RGB Variations
Color information
#BA675E (or 0xBA675E) is known color: Contessa. HEX triplet: BA, 67 and 5E. RGB value is (186,103,94). Sum of RGB (Red+Green+Blue) = 186+103+94=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA675E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA675E is #4598A1. Grayscale: #7E7E7E. Windows color (decimal): -4561058 or 6186938. OLE color: 6186938.
HSL color Cylindrical-coordinate representation of color #BA675E: hue angle of 5.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA675E is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 94 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.27 |
| HSL | 5.87º | 0.4% | 0.55% | - |
| HSV(B) | 5.87º | 0.49% | 0.73% | - |
| XYZ | 27.12 | 20.95 | 13.2 | - |
| YUV | 126.79 | 109.5 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 94 | 0 | 0.45 | 0.49 | 0.27 | 5.87 | 0.4 | 0.55 |
| Hex | BA | 67 | 5E | 0 | 2D | 31 | 1B | 6 | 28 | 37 |
| Octal | 272 | 147 | 136 | 0 | 55 | 61 | 33 | 6 | 50 | 67 |
| Binary | 10111010 | 1100111 | 1011110 | 0 | 101101 | 110001 | 11011 | 110 | 101000 | 110111 |
Color Harmonies of #BA675E
Complementary color
Monochromatic Colors of #BA675E
Black with #BA675E
Text Example
Text Example
White with #BA675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA675E; }
p { color: rgb(186,103,94); }
H1.HeaderClassName
{
color: #BA675E;
}
.AnyTagClassName
{
color: #BA675E;
}
</style>
background-color css
<style>
a { background-color: #BA675E; }
a { background-color: rgb(186,103,94); }
div.DivClassName
{
background-color: #BA675E;
}
.BgClassName
{
background-color: #BA675E;
}
</style>
border-color css
<style>
span { border-color: #BA675E; }
span { border-color: rgb(186,103,94); }
td.TdClassName
{
border-color: #BA675E;
}
.TagClassName
{
border-color: #BA675E;
}
</style>