#BA9C63

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

Shades of Barley Corn #BA9C63

Tints of Barley Corn #BA9C63

Color information

#BA9C63 (or 0xBA9C63) is unknown color: approx Barley Corn. HEX triplet: BA, 9C and 63. RGB value is (186,156,99). Sum of RGB (Red+Green+Blue) = 186+156+99=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C63 is #45639C. Grayscale: #9E9E9E. Windows color (decimal): -4547485 or 6528186. OLE color: 6528186.

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

Color convert

RGB18615699-
CMYK00.160.470.27
HSL39.31º38.67%55.88%-
HSV(B)39.31º46.77%72.94%-
XYZ34.3935.1216.77-
YUV158.4794.44147.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 99 (39.06% from 255) = 22.45%
R=42.18%
G=35.37%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861569900.160.470.2739.3138.6755.88
HexBA9C630102F1B272738
Octal2722341430205733474770
Binary1011101010011100110001101000010111111011100111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C63; }

 p { color: rgb(186,156,99); }

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

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

 a { background-color: rgb(186,156,99); }

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

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

 span { border-color: rgb(186,156,99); }

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