#ba7557

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

Shades of Sante Fe #BA7557

Tints of Sante Fe #BA7557

Color information

#BA7557 (or 0xBA7557) is unknown color: approx Sante Fe. HEX triplet: BA, 75 and 57. RGB value is (186,117,87). Sum of RGB (Red+Green+Blue) = 186+117+87=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7557 is #458AA8. Grayscale: #868686. Windows color (decimal): -4557481 or 5731770. OLE color: 5731770.

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

Color convert

RGB18611787-
CMYK00.370.530.27
HSL18.18º41.77%53.53%-
HSV(B)18.18º53.23%72.94%-
XYZ28.3323.8512.13-
YUV134.21101.36164.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 87 (34.38% from 255) = 22.31%
R=47.69%
G=30%
B=22.31%

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
Decimal1861178700.370.530.2718.1841.7753.53
HexBA7557025351B122a36
Octal2721651270456533225266
Binary101110101110101101011101001011101011101110010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7557; }

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

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

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

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

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

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

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

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