Shades of Sante Fe #BA7356
Tints of Sante Fe #BA7356
RGB
CMYK
RGB Variations
Color information
#BA7356 (or 0xBA7356) is known color: Sante Fe. HEX triplet: BA, 73 and 56. RGB value is (186,115,86). Sum of RGB (Red+Green+Blue) = 186+115+86=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7356 is #458CA9. Grayscale: #858585. Windows color (decimal): -4557994 or 5665722. OLE color: 5665722.
HSL color Cylindrical-coordinate representation of color #BA7356: hue angle of 17.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA7356 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 86 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.27 |
| HSL | 17.4º | 0.42% | 0.53% | - |
| HSV(B) | 17.4º | 0.54% | 0.73% | - |
| XYZ | 28.06 | 23.37 | 11.84 | - |
| YUV | 132.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 86 | 0 | 0.38 | 0.54 | 0.27 | 17.4 | 0.42 | 0.53 |
| Hex | BA | 73 | 56 | 0 | 26 | 36 | 1B | 11 | 2A | 35 |
| Octal | 272 | 163 | 126 | 0 | 46 | 66 | 33 | 21 | 52 | 65 |
| Binary | 10111010 | 1110011 | 1010110 | 0 | 100110 | 110110 | 11011 | 10001 | 101010 | 110101 |
Color Harmonies of #BA7356
Complementary color
Monochromatic Colors of #BA7356
Black with #BA7356
Text Example
Text Example
White with #BA7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7356; }
p { color: rgb(186,115,86); }
H1.HeaderClassName
{
color: #BA7356;
}
.AnyTagClassName
{
color: #BA7356;
}
</style>
background-color css
<style>
a { background-color: #BA7356; }
a { background-color: rgb(186,115,86); }
div.DivClassName
{
background-color: #BA7356;
}
.BgClassName
{
background-color: #BA7356;
}
</style>
border-color css
<style>
span { border-color: #BA7356; }
span { border-color: rgb(186,115,86); }
td.TdClassName
{
border-color: #BA7356;
}
.TagClassName
{
border-color: #BA7356;
}
</style>