Shades of Sante Fe #BA6B52
Tints of Sante Fe #BA6B52
RGB
CMYK
RGB Variations
Color information
#BA6B52 (or 0xBA6B52) is known color: Sante Fe. HEX triplet: BA, 6B and 52. RGB value is (186,107,82). Sum of RGB (Red+Green+Blue) = 186+107+82=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B52 is #4594AD. Grayscale: #7F7F7F. Windows color (decimal): -4560046 or 5401530. OLE color: 5401530.
HSL color Cylindrical-coordinate representation of color #BA6B52: hue angle of 14.42º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6B52 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 82 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.27 |
| HSL | 14.42º | 0.43% | 0.53% | - |
| HSV(B) | 14.42º | 0.56% | 0.73% | - |
| XYZ | 27.03 | 21.56 | 10.72 | - |
| YUV | 127.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 82 | 0 | 0.42 | 0.56 | 0.27 | 14.42 | 0.43 | 0.53 |
| Hex | BA | 6B | 52 | 0 | 2A | 38 | 1B | E | 2B | 35 |
| Octal | 272 | 153 | 122 | 0 | 52 | 70 | 33 | 16 | 53 | 65 |
| Binary | 10111010 | 1101011 | 1010010 | 0 | 101010 | 111000 | 11011 | 1110 | 101011 | 110101 |
Color Harmonies of #BA6B52
Complementary color
Monochromatic Colors of #BA6B52
Black with #BA6B52
Text Example
Text Example
White with #BA6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B52; }
p { color: rgb(186,107,82); }
H1.HeaderClassName
{
color: #BA6B52;
}
.AnyTagClassName
{
color: #BA6B52;
}
</style>
background-color css
<style>
a { background-color: #BA6B52; }
a { background-color: rgb(186,107,82); }
div.DivClassName
{
background-color: #BA6B52;
}
.BgClassName
{
background-color: #BA6B52;
}
</style>
border-color css
<style>
span { border-color: #BA6B52; }
span { border-color: rgb(186,107,82); }
td.TdClassName
{
border-color: #BA6B52;
}
.TagClassName
{
border-color: #BA6B52;
}
</style>