#BA6C4D

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

Shades of Sante Fe #BA6C4D

Tints of Sante Fe #BA6C4D

Color information

#BA6C4D (or 0xBA6C4D) is unknown color: approx Sante Fe. HEX triplet: BA, 6C and 4D. RGB value is (186,108,77). Sum of RGB (Red+Green+Blue) = 186+108+77=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6C4D is #4593B2. Grayscale: #7F7F7F. Windows color (decimal): -4559795 or 5074106. OLE color: 5074106.

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

Color convert

RGB18610877-
CMYK00.420.590.27
HSL17.06º44.13%51.57%-
HSV(B)17.06º58.6%72.94%-
XYZ26.9521.79.79-
YUV127.7999.34169.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=50.13%
G=29.11%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861087700.420.590.2717.0644.1351.57
HexBA6C4D02A3B1B112c34
Octal2721541150527333215464
Binary101110101101100100110101010101110111101110001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C4D; }

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

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

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

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

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

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

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

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