#BA8E5B

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

Shades of Barley Corn #BA8E5B

Tints of Barley Corn #BA8E5B

Color information

#BA8E5B (or 0xBA8E5B) is unknown color: approx Barley Corn. HEX triplet: BA, 8E and 5B. RGB value is (186,142,91). Sum of RGB (Red+Green+Blue) = 186+142+91=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E5B is #4571A4. Grayscale: #959595. Windows color (decimal): -4551077 or 6000314. OLE color: 6000314.

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

Color convert

RGB18614291-
CMYK00.240.510.27
HSL32.21º40.77%54.31%-
HSV(B)32.21º51.08%72.94%-
XYZ31.8130.5414.12-
YUV149.3495.08154.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 91 (35.94% from 255) = 21.72%
R=44.39%
G=33.89%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861429100.240.510.2732.2140.7754.31
HexBA8E5B018331B202936
Octal2722161330306333405166
Binary1011101010001110101101101100011001111011100000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E5B; }

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

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

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

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

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

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

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

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