#BA8B65

Color #BA8B65 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #BA8B65

Tints of Barley Corn #BA8B65

Color information

#BA8B65 (or 0xBA8B65) is unknown color: approx Barley Corn. HEX triplet: BA, 8B and 65. RGB value is (186,139,101). Sum of RGB (Red+Green+Blue) = 186+139+101=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B65 is #45749A. Grayscale: #949494. Windows color (decimal): -4551835 or 6654906. OLE color: 6654906.

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

Color convert

RGB186139101-
CMYK00.250.460.27
HSL26.82º38.12%56.27%-
HSV(B)26.82º45.7%72.94%-
XYZ31.8329.8416.39-
YUV148.72101.07154.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 101 (39.84% from 255) = 23.71%
R=43.66%
G=32.63%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613910100.250.460.2726.8238.1256.27
HexBA8B650192E1B1b2638
Octal2722131450315633334670
Binary101110101000101111001010110011011101101111011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B65; }

 p { color: rgb(186,139,101); }

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

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

 a { background-color: rgb(186,139,101); }

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

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

 span { border-color: rgb(186,139,101); }

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