Shades of Sante Fe #BA6B55
Tints of Sante Fe #BA6B55
RGB
CMYK
RGB Variations
Color information
#BA6B55 (or 0xBA6B55) is known color: Sante Fe. HEX triplet: BA, 6B and 55. RGB value is (186,107,85). Sum of RGB (Red+Green+Blue) = 186+107+85=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B55 is #4594AA. Grayscale: #808080. Windows color (decimal): -4560043 or 5598138. OLE color: 5598138.
HSL color Cylindrical-coordinate representation of color #BA6B55: hue angle of 13.07º 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 #BA6B55 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 85 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.27 |
| HSL | 13.07º | 0.42% | 0.53% | - |
| HSV(B) | 13.07º | 0.54% | 0.73% | - |
| XYZ | 27.15 | 21.61 | 11.33 | - |
| YUV | 128.11 | 103.67 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 85 | 0 | 0.42 | 0.54 | 0.27 | 13.07 | 0.42 | 0.53 |
| Hex | BA | 6B | 55 | 0 | 2A | 36 | 1B | D | 2A | 35 |
| Octal | 272 | 153 | 125 | 0 | 52 | 66 | 33 | 15 | 52 | 65 |
| Binary | 10111010 | 1101011 | 1010101 | 0 | 101010 | 110110 | 11011 | 1101 | 101010 | 110101 |
Color Harmonies of #BA6B55
Complementary color
Monochromatic Colors of #BA6B55
Black with #BA6B55
Text Example
Text Example
White with #BA6B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B55; }
p { color: rgb(186,107,85); }
H1.HeaderClassName
{
color: #BA6B55;
}
.AnyTagClassName
{
color: #BA6B55;
}
</style>
background-color css
<style>
a { background-color: #BA6B55; }
a { background-color: rgb(186,107,85); }
div.DivClassName
{
background-color: #BA6B55;
}
.BgClassName
{
background-color: #BA6B55;
}
</style>
border-color css
<style>
span { border-color: #BA6B55; }
span { border-color: rgb(186,107,85); }
td.TdClassName
{
border-color: #BA6B55;
}
.TagClassName
{
border-color: #BA6B55;
}
</style>