#BA7156

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

Shades of Sante Fe #BA7156

Tints of Sante Fe #BA7156

Color information

#BA7156 (or 0xBA7156) is unknown color: approx Sante Fe. HEX triplet: BA, 71 and 56. RGB value is (186,113,86). Sum of RGB (Red+Green+Blue) = 186+113+86=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7156 is #458EA9. Grayscale: #838383. Windows color (decimal): -4558506 or 5665210. OLE color: 5665210.

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

Color convert

RGB18611386-
CMYK00.390.540.27
HSL16.2º42.02%53.33%-
HSV(B)16.2º53.76%72.94%-
XYZ27.8322.9211.76-
YUV131.75102.18166.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=48.31%
G=29.35%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861138600.390.540.2716.242.0253.33
HexBA7156027361B102a35
Octal2721611260476633205265
Binary101110101110001101011001001111101101101110000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7156; }

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

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

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

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

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

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

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

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