Shades of Sante Fe #BA6B51
Tints of Sante Fe #BA6B51
RGB
CMYK
RGB Variations
Color information
#BA6B51 (or 0xBA6B51) is known color: Sante Fe. HEX triplet: BA, 6B and 51. RGB value is (186,107,81). Sum of RGB (Red+Green+Blue) = 186+107+81=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B51 is #4594AE. Grayscale: #7F7F7F. Windows color (decimal): -4560047 or 5335994. OLE color: 5335994.
HSL color Cylindrical-coordinate representation of color #BA6B51: hue angle of 14.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6B51 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 81 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.27 |
| HSL | 14.86º | 0.43% | 0.52% | - |
| HSV(B) | 14.86º | 0.56% | 0.73% | - |
| XYZ | 26.99 | 21.55 | 10.52 | - |
| YUV | 127.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 81 | 0 | 0.42 | 0.56 | 0.27 | 14.86 | 0.43 | 0.52 |
| Hex | BA | 6B | 51 | 0 | 2A | 38 | 1B | F | 2B | 34 |
| Octal | 272 | 153 | 121 | 0 | 52 | 70 | 33 | 17 | 53 | 64 |
| Binary | 10111010 | 1101011 | 1010001 | 0 | 101010 | 111000 | 11011 | 1111 | 101011 | 110100 |
Color Harmonies of #BA6B51
Complementary color
Monochromatic Colors of #BA6B51
Black with #BA6B51
Text Example
Text Example
White with #BA6B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B51; }
p { color: rgb(186,107,81); }
H1.HeaderClassName
{
color: #BA6B51;
}
.AnyTagClassName
{
color: #BA6B51;
}
</style>
background-color css
<style>
a { background-color: #BA6B51; }
a { background-color: rgb(186,107,81); }
div.DivClassName
{
background-color: #BA6B51;
}
.BgClassName
{
background-color: #BA6B51;
}
</style>
border-color css
<style>
span { border-color: #BA6B51; }
span { border-color: rgb(186,107,81); }
td.TdClassName
{
border-color: #BA6B51;
}
.TagClassName
{
border-color: #BA6B51;
}
</style>