#BA7657

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

Shades of Sante Fe #BA7657

Tints of Sante Fe #BA7657

Color information

#BA7657 (or 0xBA7657) is unknown color: approx Sante Fe. HEX triplet: BA, 76 and 57. RGB value is (186,118,87). Sum of RGB (Red+Green+Blue) = 186+118+87=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7657 is #4589A8. Grayscale: #868686. Windows color (decimal): -4557225 or 5732026. OLE color: 5732026.

HSL color Cylindrical-coordinate representation of color #BA7657: hue angle of 18.79º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA7657 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18611887-
CMYK00.370.530.27
HSL18.79º41.77%53.53%-
HSV(B)18.79º53.23%72.94%-
XYZ28.4524.0812.17-
YUV134.8101.03164.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 87 (34.38% from 255) = 22.25%
R=47.57%
G=30.18%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861188700.370.530.2718.7941.7753.53
HexBA7657025351B132a36
Octal2721661270456533235266
Binary101110101110110101011101001011101011101110011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7657; }

 p { color: rgb(186,118,87); }

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

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

 a { background-color: rgb(186,118,87); }

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

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

 span { border-color: rgb(186,118,87); }

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