#BA995D

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

Shades of Barley Corn #BA995D

Tints of Barley Corn #BA995D

Color information

#BA995D (or 0xBA995D) is unknown color: approx Barley Corn. HEX triplet: BA, 99 and 5D. RGB value is (186,153,93). Sum of RGB (Red+Green+Blue) = 186+153+93=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA995D is #4566A2. Grayscale: #9C9C9C. Windows color (decimal): -4548259 or 6134202. OLE color: 6134202.

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

Color convert

RGB18615393-
CMYK00.180.50.27
HSL38.71º40.26%54.71%-
HSV(B)38.71º50%72.94%-
XYZ33.6234.0115.15-
YUV156.0392.43149.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=43.06%
G=35.42%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861539300.180.50.2738.7140.2654.71
HexBA995D012321B272837
Octal2722311350226233475067
Binary1011101010011001101110101001011001011011100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA995D; }

 p { color: rgb(186,153,93); }

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

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

 a { background-color: rgb(186,153,93); }

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

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

 span { border-color: rgb(186,153,93); }

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