#BA7157

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

Shades of Sante Fe #BA7157

Tints of Sante Fe #BA7157

Color information

#BA7157 (or 0xBA7157) is unknown color: approx Sante Fe. HEX triplet: BA, 71 and 57. RGB value is (186,113,87). Sum of RGB (Red+Green+Blue) = 186+113+87=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7157 is #458EA8. Grayscale: #848484. Windows color (decimal): -4558505 or 5730746. OLE color: 5730746.

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

Color convert

RGB18611387-
CMYK00.390.530.27
HSL15.76º41.77%53.53%-
HSV(B)15.76º53.23%72.94%-
XYZ27.8822.9411.98-
YUV131.86102.68166.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 87 (34.38% from 255) = 22.54%
R=48.19%
G=29.27%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861138700.390.530.2715.7641.7753.53
HexBA7157027351B102a36
Octal2721611270476533205266
Binary101110101110001101011101001111101011101110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7157; }

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

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

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

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

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

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

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

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