#BA6A4E

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

Shades of Sante Fe #BA6A4E

Tints of Sante Fe #BA6A4E

Color information

#BA6A4E (or 0xBA6A4E) is unknown color: approx Sante Fe. HEX triplet: BA, 6A and 4E. RGB value is (186,106,78). Sum of RGB (Red+Green+Blue) = 186+106+78=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6A4E is #4595B1. Grayscale: #7E7E7E. Windows color (decimal): -4560306 or 5139130. OLE color: 5139130.

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

Color convert

RGB18610678-
CMYK00.430.580.27
HSL15.56º43.9%51.76%-
HSV(B)15.56º58.06%72.94%-
XYZ26.7821.39.91-
YUV126.73100.5170.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 106 (41.80% from 255) = 28.65%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=50.27%
G=28.65%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861067800.430.580.2715.5643.951.76
HexBA6A4E02B3A1B102c34
Octal2721521160537233205464
Binary101110101101010100111001010111110101101110000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A4E; }

 p { color: rgb(186,106,78); }

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

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

 a { background-color: rgb(186,106,78); }

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

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

 span { border-color: rgb(186,106,78); }

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