Shades of Sante Fe #BA6B53
Tints of Sante Fe #BA6B53
RGB
CMYK
RGB Variations
Color information
#BA6B53 (or 0xBA6B53) is known color: Sante Fe. HEX triplet: BA, 6B and 53. RGB value is (186,107,83). Sum of RGB (Red+Green+Blue) = 186+107+83=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B53 is #4594AC. Grayscale: #808080. Windows color (decimal): -4560045 or 5467066. OLE color: 5467066.
HSL color Cylindrical-coordinate representation of color #BA6B53: hue angle of 13.98º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6B53 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 83 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.27 |
| HSL | 13.98º | 0.43% | 0.53% | - |
| HSV(B) | 13.98º | 0.55% | 0.73% | - |
| XYZ | 27.07 | 21.58 | 10.92 | - |
| YUV | 127.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 83 | 0 | 0.42 | 0.55 | 0.27 | 13.98 | 0.43 | 0.53 |
| Hex | BA | 6B | 53 | 0 | 2A | 37 | 1B | E | 2B | 35 |
| Octal | 272 | 153 | 123 | 0 | 52 | 67 | 33 | 16 | 53 | 65 |
| Binary | 10111010 | 1101011 | 1010011 | 0 | 101010 | 110111 | 11011 | 1110 | 101011 | 110101 |
Color Harmonies of #BA6B53
Complementary color
Monochromatic Colors of #BA6B53
Black with #BA6B53
Text Example
Text Example
White with #BA6B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B53; }
p { color: rgb(186,107,83); }
H1.HeaderClassName
{
color: #BA6B53;
}
.AnyTagClassName
{
color: #BA6B53;
}
</style>
background-color css
<style>
a { background-color: #BA6B53; }
a { background-color: rgb(186,107,83); }
div.DivClassName
{
background-color: #BA6B53;
}
.BgClassName
{
background-color: #BA6B53;
}
</style>
border-color css
<style>
span { border-color: #BA6B53; }
span { border-color: rgb(186,107,83); }
td.TdClassName
{
border-color: #BA6B53;
}
.TagClassName
{
border-color: #BA6B53;
}
</style>