#BA945D

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

Shades of Barley Corn #BA945D

Tints of Barley Corn #BA945D

Color information

#BA945D (or 0xBA945D) is unknown color: approx Barley Corn. HEX triplet: BA, 94 and 5D. RGB value is (186,148,93). Sum of RGB (Red+Green+Blue) = 186+148+93=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA945D is #456BA2. Grayscale: #999999. Windows color (decimal): -4549539 or 6132922. OLE color: 6132922.

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

Color convert

RGB18614893-
CMYK00.200.50.27
HSL35.48º40.26%54.71%-
HSV(B)35.48º50%72.94%-
XYZ32.8232.4114.88-
YUV153.0994.09151.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=43.56%
G=34.66%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861489300.200.50.2735.4840.2654.71
HexBA945D014321B232837
Octal2722241350246233435067
Binary1011101010010100101110101010011001011011100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA945D; }

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

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

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

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

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

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

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

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