Shades of Contessa #BA675D
Tints of Contessa #BA675D
RGB
CMYK
RGB Variations
Color information
#BA675D (or 0xBA675D) is known color: Contessa. HEX triplet: BA, 67 and 5D. RGB value is (186,103,93). Sum of RGB (Red+Green+Blue) = 186+103+93=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA675D is #4598A2. Grayscale: #7E7E7E. Windows color (decimal): -4561059 or 6121402. OLE color: 6121402.
HSL color Cylindrical-coordinate representation of color #BA675D: hue angle of 6.45º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA675D is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 93 | - |
| CMYK | 0 | 0.45 | 0.5 | 0.27 |
| HSL | 6.45º | 0.4% | 0.55% | - |
| HSV(B) | 6.45º | 0.5% | 0.73% | - |
| XYZ | 27.08 | 20.93 | 12.97 | - |
| YUV | 126.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 93 | 0 | 0.45 | 0.5 | 0.27 | 6.45 | 0.4 | 0.55 |
| Hex | BA | 67 | 5D | 0 | 2D | 32 | 1B | 6 | 28 | 37 |
| Octal | 272 | 147 | 135 | 0 | 55 | 62 | 33 | 6 | 50 | 67 |
| Binary | 10111010 | 1100111 | 1011101 | 0 | 101101 | 110010 | 11011 | 110 | 101000 | 110111 |
Color Harmonies of #BA675D
Complementary color
Monochromatic Colors of #BA675D
Black with #BA675D
Text Example
Text Example
White with #BA675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA675D; }
p { color: rgb(186,103,93); }
H1.HeaderClassName
{
color: #BA675D;
}
.AnyTagClassName
{
color: #BA675D;
}
</style>
background-color css
<style>
a { background-color: #BA675D; }
a { background-color: rgb(186,103,93); }
div.DivClassName
{
background-color: #BA675D;
}
.BgClassName
{
background-color: #BA675D;
}
</style>
border-color css
<style>
span { border-color: #BA675D; }
span { border-color: rgb(186,103,93); }
td.TdClassName
{
border-color: #BA675D;
}
.TagClassName
{
border-color: #BA675D;
}
</style>