#BA9357

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

Shades of Barley Corn #BA9357

Tints of Barley Corn #BA9357

Color information

#BA9357 (or 0xBA9357) is unknown color: approx Barley Corn. HEX triplet: BA, 93 and 57. RGB value is (186,147,87). Sum of RGB (Red+Green+Blue) = 186+147+87=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9357 is #456CA8. Grayscale: #989898. Windows color (decimal): -4549801 or 5739450. OLE color: 5739450.

HSL color Cylindrical-coordinate representation of color #BA9357: hue angle of 36.36º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA9357 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18614787-
CMYK00.210.530.27
HSL36.36º41.77%53.53%-
HSV(B)36.36º53.23%72.94%-
XYZ32.431.9913.48-
YUV151.8291.42152.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 87 (34.38% from 255) = 20.71%
R=44.29%
G=35%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861478700.210.530.2736.3641.7753.53
HexBA9357015351B242a36
Octal2722231270256533445266
Binary1011101010010011101011101010111010111011100100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9357; }

 p { color: rgb(186,147,87); }

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

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

 a { background-color: rgb(186,147,87); }

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

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

 span { border-color: rgb(186,147,87); }

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