#BA8E65

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

Shades of Barley Corn #BA8E65

Tints of Barley Corn #BA8E65

Color information

#BA8E65 (or 0xBA8E65) is unknown color: approx Barley Corn. HEX triplet: BA, 8E and 65. RGB value is (186,142,101). Sum of RGB (Red+Green+Blue) = 186+142+101=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E65 is #45719A. Grayscale: #969696. Windows color (decimal): -4551067 or 6655674. OLE color: 6655674.

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

Color convert

RGB186142101-
CMYK00.240.460.27
HSL28.94º38.12%56.27%-
HSV(B)28.94º45.7%72.94%-
XYZ32.2730.7216.54-
YUV150.48100.08153.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=43.36%
G=33.10%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614210100.240.460.2728.9438.1256.27
HexBA8E650182E1B1d2638
Octal2722161450305633354670
Binary101110101000111011001010110001011101101111101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E65; }

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

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

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

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

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

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

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

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