#BA9A5E

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

Shades of Barley Corn #BA9A5E

Tints of Barley Corn #BA9A5E

Color information

#BA9A5E (or 0xBA9A5E) is unknown color: approx Barley Corn. HEX triplet: BA, 9A and 5E. RGB value is (186,154,94). Sum of RGB (Red+Green+Blue) = 186+154+94=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A5E is #4565A1. Grayscale: #9D9D9D. Windows color (decimal): -4548002 or 6199994. OLE color: 6199994.

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

Color convert

RGB18615494-
CMYK00.170.490.27
HSL39.13º40%54.9%-
HSV(B)39.13º49.46%72.94%-
XYZ33.8334.3615.44-
YUV156.7392.6148.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 154 (60.55% from 255) = 35.48%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=42.86%
G=35.48%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861549400.170.490.2739.134054.9
HexBA9A5E011311B272837
Octal2722321360216133475067
Binary1011101010011010101111001000111000111011100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A5E; }

 p { color: rgb(186,154,94); }

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

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

 a { background-color: rgb(186,154,94); }

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

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

 span { border-color: rgb(186,154,94); }

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