#BA9D57

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

Shades of Barley Corn #BA9D57

Tints of Barley Corn #BA9D57

Color information

#BA9D57 (or 0xBA9D57) is unknown color: approx Barley Corn. HEX triplet: BA, 9D and 57. RGB value is (186,157,87). Sum of RGB (Red+Green+Blue) = 186+157+87=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D57 is #4562A8. Grayscale: #9E9E9E. Windows color (decimal): -4547241 or 5742010. OLE color: 5742010.

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

Color convert

RGB18615787-
CMYK00.160.530.27
HSL42.42º41.77%53.53%-
HSV(B)42.42º53.23%72.94%-
XYZ34.0335.2414.03-
YUV157.6988.11148.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 157 (61.72% from 255) = 36.51%
BLUE value IS 87 (34.38% from 255) = 20.23%
R=43.26%
G=36.51%
B=20.23%

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
Decimal1861578700.160.530.2742.4241.7753.53
HexBA9D57010351B2a2a36
Octal2722351270206533525266
Binary1011101010011101101011101000011010111011101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D57; }

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

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

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

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

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

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

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

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