#BA965A

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

Shades of Barley Corn #BA965A

Tints of Barley Corn #BA965A

Color information

#BA965A (or 0xBA965A) is unknown color: approx Barley Corn. HEX triplet: BA, 96 and 5A. RGB value is (186,150,90). Sum of RGB (Red+Green+Blue) = 186+150+90=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA965A is #4569A5. Grayscale: #9A9A9A. Windows color (decimal): -4549030 or 5936826. OLE color: 5936826.

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

Color convert

RGB18615090-
CMYK00.190.520.27
HSL37.5º41.03%54.12%-
HSV(B)37.5º51.61%72.94%-
XYZ3332.9914.3-
YUV153.9291.93150.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=43.66%
G=35.21%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861509000.190.520.2737.541.0354.12
HexBA965A013341B262936
Octal2722261320236433465166
Binary1011101010010110101101001001111010011011100110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA965A; }

 p { color: rgb(186,150,90); }

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

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

 a { background-color: rgb(186,150,90); }

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

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

 span { border-color: rgb(186,150,90); }

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