#BA9E5C

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

Shades of Barley Corn #BA9E5C

Tints of Barley Corn #BA9E5C

Color information

#BA9E5C (or 0xBA9E5C) is unknown color: approx Barley Corn. HEX triplet: BA, 9E and 5C. RGB value is (186,158,92). Sum of RGB (Red+Green+Blue) = 186+158+92=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E5C is #4561A3. Grayscale: #9F9F9F. Windows color (decimal): -4546980 or 6069946. OLE color: 6069946.

HSL color Cylindrical-coordinate representation of color #BA9E5C: hue angle of 42.13º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA9E5C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18615892-
CMYK00.150.510.27
HSL42.13º40.52%54.51%-
HSV(B)42.13º50.54%72.94%-
XYZ34.4135.6715.2-
YUV158.8590.28147.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 158 (62.11% from 255) = 36.24%
BLUE value IS 92 (36.33% from 255) = 21.10%
R=42.66%
G=36.24%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861589200.150.510.2742.1340.5254.51
HexBA9E5C0F331B2a2937
Octal2722361340176333525167
Binary101110101001111010111000111111001111011101010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E5C; }

 p { color: rgb(186,158,92); }

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

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

 a { background-color: rgb(186,158,92); }

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

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

 span { border-color: rgb(186,158,92); }

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