#BA9C57

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

Shades of Barley Corn #BA9C57

Tints of Barley Corn #BA9C57

Color information

#BA9C57 (or 0xBA9C57) is unknown color: approx Barley Corn. HEX triplet: BA, 9C and 57. RGB value is (186,156,87). Sum of RGB (Red+Green+Blue) = 186+156+87=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C57 is #4563A8. Grayscale: #9D9D9D. Windows color (decimal): -4547497 or 5741754. OLE color: 5741754.

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

Color convert

RGB18615687-
CMYK00.160.530.27
HSL41.82º41.77%53.53%-
HSV(B)41.82º53.23%72.94%-
XYZ33.8634.913.97-
YUV157.188.44148.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 87 (34.38% from 255) = 20.28%
R=43.36%
G=36.36%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861568700.160.530.2741.8241.7753.53
HexBA9C57010351B2a2a36
Octal2722341270206533525266
Binary1011101010011100101011101000011010111011101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C57; }

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

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

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

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

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

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

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

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