#BA9363

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

Shades of Barley Corn #BA9363

Tints of Barley Corn #BA9363

Color information

#BA9363 (or 0xBA9363) is unknown color: approx Barley Corn. HEX triplet: BA, 93 and 63. RGB value is (186,147,99). Sum of RGB (Red+Green+Blue) = 186+147+99=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9363 is #456C9C. Grayscale: #999999. Windows color (decimal): -4549789 or 6525882. OLE color: 6525882.

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

Color convert

RGB18614799-
CMYK00.210.470.27
HSL33.1º38.67%55.88%-
HSV(B)33.1º46.77%72.94%-
XYZ32.9432.2116.29-
YUV153.1997.42151.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 99 (39.06% from 255) = 22.92%
R=43.06%
G=34.03%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861479900.210.470.2733.138.6755.88
HexBA93630152F1B212738
Octal2722231430255733414770
Binary1011101010010011110001101010110111111011100001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9363; }

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

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

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

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

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

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

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

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