#BA9663

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

Shades of Barley Corn #BA9663

Tints of Barley Corn #BA9663

Color information

#BA9663 (or 0xBA9663) is unknown color: approx Barley Corn. HEX triplet: BA, 96 and 63. RGB value is (186,150,99). Sum of RGB (Red+Green+Blue) = 186+150+99=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9663 is #45699C. Grayscale: #9B9B9B. Windows color (decimal): -4549021 or 6526650. OLE color: 6526650.

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

Color convert

RGB18615099-
CMYK00.190.470.27
HSL35.17º38.67%55.88%-
HSV(B)35.17º46.77%72.94%-
XYZ33.4133.1516.44-
YUV154.9596.43150.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 99 (39.06% from 255) = 22.76%
R=42.76%
G=34.48%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861509900.190.470.2735.1738.6755.88
HexBA96630132F1B232738
Octal2722261430235733434770
Binary1011101010010110110001101001110111111011100011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9663; }

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

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

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

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

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

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

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

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