#BA6C56

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

Shades of Sante Fe #BA6C56

Tints of Sante Fe #BA6C56

Color information

#BA6C56 (or 0xBA6C56) is unknown color: approx Sante Fe. HEX triplet: BA, 6C and 56. RGB value is (186,108,86). Sum of RGB (Red+Green+Blue) = 186+108+86=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6C56 is #4593A9. Grayscale: #808080. Windows color (decimal): -4559786 or 5663930. OLE color: 5663930.

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

Color convert

RGB18610886-
CMYK00.420.540.27
HSL13.2º42.02%53.33%-
HSV(B)13.2º53.76%72.94%-
XYZ27.2921.8411.58-
YUV128.81103.84168.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 86 (33.98% from 255) = 22.63%
R=48.95%
G=28.42%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861088600.420.540.2713.242.0253.33
HexBA6C5602A361Bd2a35
Octal2721541260526633155265
Binary10111010110110010101100101010110110110111101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C56; }

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

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

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

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

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

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

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

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