#BA8C65

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

Shades of Barley Corn #BA8C65

Tints of Barley Corn #BA8C65

Color information

#BA8C65 (or 0xBA8C65) is unknown color: approx Barley Corn. HEX triplet: BA, 8C and 65. RGB value is (186,140,101). Sum of RGB (Red+Green+Blue) = 186+140+101=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C65 is #45739A. Grayscale: #959595. Windows color (decimal): -4551579 or 6655162. OLE color: 6655162.

HSL color Cylindrical-coordinate representation of color #BA8C65: hue angle of 27.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA8C65 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB186140101-
CMYK00.250.460.27
HSL27.53º38.12%56.27%-
HSV(B)27.53º45.7%72.94%-
XYZ31.9830.1316.44-
YUV149.31100.74154.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 101 (39.84% from 255) = 23.65%
R=43.56%
G=32.79%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614010100.250.460.2727.5338.1256.27
HexBA8C650192E1B1c2638
Octal2722141450315633344670
Binary101110101000110011001010110011011101101111100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C65; }

 p { color: rgb(186,140,101); }

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

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

 a { background-color: rgb(186,140,101); }

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

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

 span { border-color: rgb(186,140,101); }

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