#BA7555

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

Shades of Sante Fe #BA7555

Tints of Sante Fe #BA7555

Color information

#BA7555 (or 0xBA7555) is unknown color: approx Sante Fe. HEX triplet: BA, 75 and 55. RGB value is (186,117,85). Sum of RGB (Red+Green+Blue) = 186+117+85=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7555 is #458AAA. Grayscale: #868686. Windows color (decimal): -4557483 or 5600698. OLE color: 5600698.

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

Color convert

RGB18611785-
CMYK00.370.540.27
HSL19.01º42.26%53.14%-
HSV(B)19.01º54.3%72.94%-
XYZ28.2523.8211.7-
YUV133.98100.36165.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 85 (33.59% from 255) = 21.91%
R=47.94%
G=30.15%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861178500.370.540.2719.0142.2653.14
HexBA7555025361B132a35
Octal2721651250456633235265
Binary101110101110101101010101001011101101101110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7555; }

 p { color: rgb(186,117,85); }

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

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

 a { background-color: rgb(186,117,85); }

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

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

 span { border-color: rgb(186,117,85); }

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