#BA9355

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

Shades of Barley Corn #BA9355

Tints of Barley Corn #BA9355

Color information

#BA9355 (or 0xBA9355) is unknown color: approx Barley Corn. HEX triplet: BA, 93 and 55. RGB value is (186,147,85). Sum of RGB (Red+Green+Blue) = 186+147+85=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9355 is #456CAA. Grayscale: #979797. Windows color (decimal): -4549803 or 5608378. OLE color: 5608378.

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

Color convert

RGB18614785-
CMYK00.210.540.27
HSL36.83º42.26%53.14%-
HSV(B)36.83º54.3%72.94%-
XYZ32.3231.9613.06-
YUV151.5990.42152.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=44.50%
G=35.17%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861478500.210.540.2736.8342.2653.14
HexBA9355015361B252a35
Octal2722231250256633455265
Binary1011101010010011101010101010111011011011100101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9355; }

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

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

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

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

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

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

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

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