#BA8E5D

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

Shades of Barley Corn #BA8E5D

Tints of Barley Corn #BA8E5D

Color information

#BA8E5D (or 0xBA8E5D) is unknown color: approx Barley Corn. HEX triplet: BA, 8E and 5D. RGB value is (186,142,93). Sum of RGB (Red+Green+Blue) = 186+142+93=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E5D is #4571A2. Grayscale: #959595. Windows color (decimal): -4551075 or 6131386. OLE color: 6131386.

HSL color Cylindrical-coordinate representation of color #BA8E5D: hue angle of 31.61º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA8E5D is Cyan = 0, Magento = 0.24, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB18614293-
CMYK00.240.50.27
HSL31.61º40.26%54.71%-
HSV(B)31.61º50%72.94%-
XYZ31.930.5814.58-
YUV149.5796.08153.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 93 (36.72% from 255) = 22.09%
R=44.18%
G=33.73%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861429300.240.50.2731.6140.2654.71
HexBA8E5D018321B202837
Octal2722161350306233405067
Binary1011101010001110101110101100011001011011100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E5D; }

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

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

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

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

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

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

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

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