#BA6E52

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

Shades of Sante Fe #BA6E52

Tints of Sante Fe #BA6E52

Color information

#BA6E52 (or 0xBA6E52) is unknown color: approx Sante Fe. HEX triplet: BA, 6E and 52. RGB value is (186,110,82). Sum of RGB (Red+Green+Blue) = 186+110+82=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E52 is #4591AD. Grayscale: #818181. Windows color (decimal): -4559278 or 5402298. OLE color: 5402298.

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

Color convert

RGB18611082-
CMYK00.410.560.27
HSL16.15º42.98%52.55%-
HSV(B)16.15º55.91%72.94%-
XYZ27.3522.210.83-
YUV129.53101.18168.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 110 (43.36% from 255) = 29.10%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=49.21%
G=29.10%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861108200.410.560.2716.1542.9852.55
HexBA6E52029381B102b35
Octal2721561220517033205365
Binary101110101101110101001001010011110001101110000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E52; }

 p { color: rgb(186,110,82); }

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

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

 a { background-color: rgb(186,110,82); }

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

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

 span { border-color: rgb(186,110,82); }

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