#BA9A54

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

Shades of Barley Corn #BA9A54

Tints of Barley Corn #BA9A54

Color information

#BA9A54 (or 0xBA9A54) is unknown color: approx Barley Corn. HEX triplet: BA, 9A and 54. RGB value is (186,154,84). Sum of RGB (Red+Green+Blue) = 186+154+84=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A54 is #4565AB. Grayscale: #9B9B9B. Windows color (decimal): -4548012 or 5544634. OLE color: 5544634.

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

Color convert

RGB18615484-
CMYK00.170.550.27
HSL41.18º42.5%52.94%-
HSV(B)41.18º54.84%72.94%-
XYZ33.4134.1913.23-
YUV155.5987.6149.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 154 (60.55% from 255) = 36.32%
BLUE value IS 84 (33.20% from 255) = 19.81%
R=43.87%
G=36.32%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861548400.170.550.2741.1842.552.94
HexBA9A54011371B292a35
Octal2722321240216733515265
Binary1011101010011010101010001000111011111011101001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A54; }

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

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

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

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

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

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

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

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