Shades of Contessa #BA735C
Tints of Contessa #BA735C
RGB
CMYK
RGB Variations
Color information
#BA735C (or 0xBA735C) is known color: Contessa. HEX triplet: BA, 73 and 5C. RGB value is (186,115,92). Sum of RGB (Red+Green+Blue) = 186+115+92=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA735C is #458CA3. Grayscale: #858585. Windows color (decimal): -4557988 or 6058938. OLE color: 6058938.
HSL color Cylindrical-coordinate representation of color #BA735C: hue angle of 14.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA735C is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 92 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.27 |
| HSL | 14.68º | 0.41% | 0.55% | - |
| HSV(B) | 14.68º | 0.51% | 0.73% | - |
| XYZ | 28.31 | 23.47 | 13.16 | - |
| YUV | 133.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 92 | 0 | 0.38 | 0.51 | 0.27 | 14.68 | 0.41 | 0.55 |
| Hex | BA | 73 | 5C | 0 | 26 | 33 | 1B | F | 29 | 37 |
| Octal | 272 | 163 | 134 | 0 | 46 | 63 | 33 | 17 | 51 | 67 |
| Binary | 10111010 | 1110011 | 1011100 | 0 | 100110 | 110011 | 11011 | 1111 | 101001 | 110111 |
Color Harmonies of #BA735C
Complementary color
Monochromatic Colors of #BA735C
Black with #BA735C
Text Example
Text Example
White with #BA735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA735C; }
p { color: rgb(186,115,92); }
H1.HeaderClassName
{
color: #BA735C;
}
.AnyTagClassName
{
color: #BA735C;
}
</style>
background-color css
<style>
a { background-color: #BA735C; }
a { background-color: rgb(186,115,92); }
div.DivClassName
{
background-color: #BA735C;
}
.BgClassName
{
background-color: #BA735C;
}
</style>
border-color css
<style>
span { border-color: #BA735C; }
span { border-color: rgb(186,115,92); }
td.TdClassName
{
border-color: #BA735C;
}
.TagClassName
{
border-color: #BA735C;
}
</style>