#BA9E5B

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

Shades of Barley Corn #BA9E5B

Tints of Barley Corn #BA9E5B

Color information

#BA9E5B (or 0xBA9E5B) is unknown color: approx Barley Corn. HEX triplet: BA, 9E and 5B. RGB value is (186,158,91). Sum of RGB (Red+Green+Blue) = 186+158+91=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E5B is #4561A4. Grayscale: #9F9F9F. Windows color (decimal): -4546981 or 6004410. OLE color: 6004410.

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

Color convert

RGB18615891-
CMYK00.150.510.27
HSL42.32º40.77%54.31%-
HSV(B)42.32º51.08%72.94%-
XYZ34.3635.6514.97-
YUV158.7389.78147.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 91 (35.94% from 255) = 20.92%
R=42.76%
G=36.32%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861589100.150.510.2742.3240.7754.31
HexBA9E5B0F331B2a2936
Octal2722361330176333525166
Binary101110101001111010110110111111001111011101010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E5B; }

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

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

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

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

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

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

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

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