#BA9E59

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

Shades of Barley Corn #BA9E59

Tints of Barley Corn #BA9E59

Color information

#BA9E59 (or 0xBA9E59) is unknown color: approx Barley Corn. HEX triplet: BA, 9E and 59. RGB value is (186,158,89). Sum of RGB (Red+Green+Blue) = 186+158+89=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E59 is #4561A6. Grayscale: #9E9E9E. Windows color (decimal): -4546983 or 5873338. OLE color: 5873338.

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

Color convert

RGB18615889-
CMYK00.150.520.27
HSL42.68º41.28%53.92%-
HSV(B)42.68º52.15%72.94%-
XYZ34.2835.6114.52-
YUV158.5188.78147.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 158 (62.11% from 255) = 36.49%
BLUE value IS 89 (35.16% from 255) = 20.55%
R=42.96%
G=36.49%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861588900.150.520.2742.6841.2853.92
HexBA9E590F341B2b2936
Octal2722361310176433535166
Binary101110101001111010110010111111010011011101011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E59; }

 p { color: rgb(186,158,89); }

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

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

 a { background-color: rgb(186,158,89); }

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

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

 span { border-color: rgb(186,158,89); }

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