#BA7356

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

Shades of Sante Fe #BA7356

Tints of Sante Fe #BA7356

Color information

#BA7356 (or 0xBA7356) is unknown color: approx Sante Fe. HEX triplet: BA, 73 and 56. RGB value is (186,115,86). Sum of RGB (Red+Green+Blue) = 186+115+86=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7356 is #458CA9. Grayscale: #858585. Windows color (decimal): -4557994 or 5665722. OLE color: 5665722.

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

Color convert

RGB18611586-
CMYK00.380.540.27
HSL17.4º42.02%53.33%-
HSV(B)17.4º53.76%72.94%-
XYZ28.0623.3711.84-
YUV132.92101.52165.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 115 (45.31% from 255) = 29.72%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=48.06%
G=29.72%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861158600.380.540.2717.442.0253.33
HexBA7356026361B112a35
Octal2721631260466633215265
Binary101110101110011101011001001101101101101110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7356; }

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

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

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

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

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

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

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

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