#BA9A61

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

Shades of Barley Corn #BA9A61

Tints of Barley Corn #BA9A61

Color information

#BA9A61 (or 0xBA9A61) is unknown color: approx Barley Corn. HEX triplet: BA, 9A and 61. RGB value is (186,154,97). Sum of RGB (Red+Green+Blue) = 186+154+97=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A61 is #45659E. Grayscale: #9D9D9D. Windows color (decimal): -4547999 or 6396602. OLE color: 6396602.

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

Color convert

RGB18615497-
CMYK00.170.480.27
HSL38.43º39.21%55.49%-
HSV(B)38.43º47.85%72.94%-
XYZ33.9634.4116.16-
YUV157.0794.1148.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=42.56%
G=35.24%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861549700.170.480.2738.4339.2155.49
HexBA9A61011301B262737
Octal2722321410216033464767
Binary1011101010011010110000101000111000011011100110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A61; }

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

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

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

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

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

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

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

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