#BA8C60

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

Shades of Barley Corn #BA8C60

Tints of Barley Corn #BA8C60

Color information

#BA8C60 (or 0xBA8C60) is unknown color: approx Barley Corn. HEX triplet: BA, 8C and 60. RGB value is (186,140,96). Sum of RGB (Red+Green+Blue) = 186+140+96=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C60 is #45739F. Grayscale: #949494. Windows color (decimal): -4551584 or 6327482. OLE color: 6327482.

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

Color convert

RGB18614096-
CMYK00.250.480.27
HSL29.33º39.47%55.29%-
HSV(B)29.33º48.39%72.94%-
XYZ31.7430.0415.19-
YUV148.7498.24154.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 96 (37.89% from 255) = 22.75%
R=44.08%
G=33.18%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861409600.250.480.2729.3339.4755.29
HexBA8C60019301B1d2737
Octal2722141400316033354767
Binary101110101000110011000000110011100001101111101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C60; }

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

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

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

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

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

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

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

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