#BA9256

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

Shades of Barley Corn #BA9256

Tints of Barley Corn #BA9256

Color information

#BA9256 (or 0xBA9256) is unknown color: approx Barley Corn. HEX triplet: BA, 92 and 56. RGB value is (186,146,86). Sum of RGB (Red+Green+Blue) = 186+146+86=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9256 is #456DA9. Grayscale: #979797. Windows color (decimal): -4550058 or 5673658. OLE color: 5673658.

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

Color convert

RGB18614686-
CMYK00.220.540.27
HSL36º42.02%53.33%-
HSV(B)36º53.76%72.94%-
XYZ32.2131.6713.22-
YUV151.1291.25152.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 86 (33.98% from 255) = 20.57%
R=44.50%
G=34.93%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861468600.220.540.273642.0253.33
HexBA9256016361B242a35
Octal2722221260266633445265
Binary1011101010010010101011001011011011011011100100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9256; }

 p { color: rgb(186,146,86); }

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

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

 a { background-color: rgb(186,146,86); }

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

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

 span { border-color: rgb(186,146,86); }

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