#BA6C51

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

Shades of Sante Fe #BA6C51

Tints of Sante Fe #BA6C51

Color information

#BA6C51 (or 0xBA6C51) is unknown color: approx Sante Fe. HEX triplet: BA, 6C and 51. RGB value is (186,108,81). Sum of RGB (Red+Green+Blue) = 186+108+81=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6C51 is #4593AE. Grayscale: #808080. Windows color (decimal): -4559791 or 5336250. OLE color: 5336250.

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

Color convert

RGB18610881-
CMYK00.420.560.27
HSL15.43º43.21%52.35%-
HSV(B)15.43º56.45%72.94%-
XYZ27.121.7610.56-
YUV128.24101.34169.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 81 (32.03% from 255) = 21.6%
R=49.6%
G=28.8%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861088100.420.560.2715.4343.2152.35
HexBA6C5102A381Bf2b34
Octal2721541210527033175364
Binary10111010110110010100010101010111000110111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C51; }

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

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

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

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

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

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

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

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