#BA915D

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

Shades of Barley Corn #BA915D

Tints of Barley Corn #BA915D

Color information

#BA915D (or 0xBA915D) is unknown color: approx Barley Corn. HEX triplet: BA, 91 and 5D. RGB value is (186,145,93). Sum of RGB (Red+Green+Blue) = 186+145+93=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA915D is #456EA2. Grayscale: #979797. Windows color (decimal): -4550307 or 6132154. OLE color: 6132154.

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

Color convert

RGB18614593-
CMYK00.220.50.27
HSL33.55º40.26%54.71%-
HSV(B)33.55º50%72.94%-
XYZ32.3531.4814.73-
YUV151.3395.08152.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 93 (36.72% from 255) = 21.93%
R=43.87%
G=34.20%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861459300.220.50.2733.5540.2654.71
HexBA915D016321B222837
Octal2722211350266233425067
Binary1011101010010001101110101011011001011011100010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA915D; }

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

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

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

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

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

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

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

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