#ba6a53

Color #BA6A53 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #BA6A53

Tints of Sante Fe #BA6A53

Color information

#BA6A53 (or 0xBA6A53) is unknown color: approx Sante Fe. HEX triplet: BA, 6A and 53. RGB value is (186,106,83). Sum of RGB (Red+Green+Blue) = 186+106+83=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6A53 is #4595AC. Grayscale: #7F7F7F. Windows color (decimal): -4560301 or 5466810. OLE color: 5466810.

HSL color Cylindrical-coordinate representation of color #BA6A53: hue angle of 13.4º 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 #BA6A53 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18610683-
CMYK00.430.550.27
HSL13.4º42.74%52.75%-
HSV(B)13.4º55.38%72.94%-
XYZ26.9721.3710.89-
YUV127.3103169.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=49.6%
G=28.27%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861068300.430.550.2713.442.7452.75
HexBA6A5302B371Bd2b35
Octal2721521230536733155365
Binary10111010110101010100110101011110111110111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba6a53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba6a53; }

 p { color: rgb(186,106,83); }

 H1.HeaderClassName
 {
   color: #ba6a53;
 }
 .AnyTagClassName
 {
   color: #ba6a53;
 }
</style>
background-color css

<style>
 a { background-color: #ba6a53; }

 a { background-color: rgb(186,106,83); }

 div.DivClassName
 {
   background-color: #ba6a53;
 }
 .BgClassName
 {
   background-color: #ba6a53;
 }
</style>
border-color css

<style>
 span { border-color: #ba6a53; }

 span { border-color: rgb(186,106,83); }

 td.TdClassName
 {
   border-color: #ba6a53;
 }
 .TagClassName
 {
   border-color: #ba6a53;
 }
</style>