#BA915E

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

Shades of Barley Corn #BA915E

Tints of Barley Corn #BA915E

Color information

#BA915E (or 0xBA915E) is unknown color: approx Barley Corn. HEX triplet: BA, 91 and 5E. RGB value is (186,145,94). Sum of RGB (Red+Green+Blue) = 186+145+94=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA915E is #456EA1. Grayscale: #979797. Windows color (decimal): -4550306 or 6197690. OLE color: 6197690.

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

Color convert

RGB18614594-
CMYK00.220.490.27
HSL33.26º40%54.9%-
HSV(B)33.26º49.46%72.94%-
XYZ32.431.514.96-
YUV151.4495.58152.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=43.76%
G=34.12%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861459400.220.490.2733.264054.9
HexBA915E016311B212837
Octal2722211360266133415067
Binary1011101010010001101111001011011000111011100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA915E; }

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

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

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

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

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

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

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

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