#BA9A5C

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

Shades of Barley Corn #BA9A5C

Tints of Barley Corn #BA9A5C

Color information

#BA9A5C (or 0xBA9A5C) is unknown color: approx Barley Corn. HEX triplet: BA, 9A and 5C. RGB value is (186,154,92). Sum of RGB (Red+Green+Blue) = 186+154+92=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A5C is #4565A3. Grayscale: #9C9C9C. Windows color (decimal): -4548004 or 6068922. OLE color: 6068922.

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

Color convert

RGB18615492-
CMYK00.170.510.27
HSL39.57º40.52%54.51%-
HSV(B)39.57º50.54%72.94%-
XYZ33.7434.3214.97-
YUV156.591.6149.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 154 (60.55% from 255) = 35.65%
BLUE value IS 92 (36.33% from 255) = 21.30%
R=43.06%
G=35.65%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861549200.170.510.2739.5740.5254.51
HexBA9A5C011331B282937
Octal2722321340216333505167
Binary1011101010011010101110001000111001111011101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A5C; }

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

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

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

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

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

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

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

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