#BA7757

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

Shades of Sante Fe #BA7757

Tints of Sante Fe #BA7757

Color information

#BA7757 (or 0xBA7757) is unknown color: approx Sante Fe. HEX triplet: BA, 77 and 57. RGB value is (186,119,87). Sum of RGB (Red+Green+Blue) = 186+119+87=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7757 is #4588A8. Grayscale: #878787. Windows color (decimal): -4556969 or 5732282. OLE color: 5732282.

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

Color convert

RGB18611987-
CMYK00.360.530.27
HSL19.39º41.77%53.53%-
HSV(B)19.39º53.23%72.94%-
XYZ28.5724.3212.21-
YUV135.38100.7164.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 87 (34.38% from 255) = 22.19%
R=47.45%
G=30.36%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861198700.360.530.2719.3941.7753.53
HexBA7757024351B132a36
Octal2721671270446533235266
Binary101110101110111101011101001001101011101110011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7757; }

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

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

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

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

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

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

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

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