#BA9459

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

Shades of Barley Corn #BA9459

Tints of Barley Corn #BA9459

Color information

#BA9459 (or 0xBA9459) is unknown color: approx Barley Corn. HEX triplet: BA, 94 and 59. RGB value is (186,148,89). Sum of RGB (Red+Green+Blue) = 186+148+89=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9459 is #456BA6. Grayscale: #989898. Windows color (decimal): -4549543 or 5870778. OLE color: 5870778.

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

Color convert

RGB18614889-
CMYK00.200.520.27
HSL36.49º41.28%53.92%-
HSV(B)36.49º52.15%72.94%-
XYZ32.6432.3413.97-
YUV152.6492.09151.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 89 (35.16% from 255) = 21.04%
R=43.97%
G=34.99%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861488900.200.520.2736.4941.2853.92
HexBA9459014341B242936
Octal2722241310246433445166
Binary1011101010010100101100101010011010011011100100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9459; }

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

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

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

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

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

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

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

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