#BA8A65

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

Shades of Barley Corn #BA8A65

Tints of Barley Corn #BA8A65

Color information

#BA8A65 (or 0xBA8A65) is unknown color: approx Barley Corn. HEX triplet: BA, 8A and 65. RGB value is (186,138,101). Sum of RGB (Red+Green+Blue) = 186+138+101=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A65 is #45759A. Grayscale: #949494. Windows color (decimal): -4552091 or 6654650. OLE color: 6654650.

HSL color Cylindrical-coordinate representation of color #BA8A65: hue angle of 26.12º 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 #BA8A65 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB186138101-
CMYK00.260.460.27
HSL26.12º38.12%56.27%-
HSV(B)26.12º45.7%72.94%-
XYZ31.6929.5616.35-
YUV148.13101.4155.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=43.76%
G=32.47%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613810100.260.460.2726.1238.1256.27
HexBA8A6501A2E1B1a2638
Octal2722121450325633324670
Binary101110101000101011001010110101011101101111010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A65; }

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

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

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

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

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

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

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

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