#BA7057

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

Shades of Sante Fe #BA7057

Tints of Sante Fe #BA7057

Color information

#BA7057 (or 0xBA7057) is unknown color: approx Sante Fe. HEX triplet: BA, 70 and 57. RGB value is (186,112,87). Sum of RGB (Red+Green+Blue) = 186+112+87=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7057 is #458FA8. Grayscale: #838383. Windows color (decimal): -4558761 or 5730490. OLE color: 5730490.

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

Color convert

RGB18611287-
CMYK00.400.530.27
HSL15.15º41.77%53.53%-
HSV(B)15.15º53.23%72.94%-
XYZ27.7622.7211.94-
YUV131.28103.02167.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 87 (34.38% from 255) = 22.60%
R=48.31%
G=29.09%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861128700.400.530.2715.1541.7753.53
HexBA7057028351Bf2a36
Octal2721601270506533175266
Binary10111010111000010101110101000110101110111111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7057; }

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

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

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

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

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

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

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

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