#BA9362

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

Shades of Barley Corn #BA9362

Tints of Barley Corn #BA9362

Color information

#BA9362 (or 0xBA9362) is unknown color: approx Barley Corn. HEX triplet: BA, 93 and 62. RGB value is (186,147,98). Sum of RGB (Red+Green+Blue) = 186+147+98=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9362 is #456C9D. Grayscale: #999999. Windows color (decimal): -4549790 or 6460346. OLE color: 6460346.

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

Color convert

RGB18614798-
CMYK00.210.470.27
HSL33.41º38.94%55.69%-
HSV(B)33.41º47.31%72.94%-
XYZ32.8932.1916.03-
YUV153.0796.92151.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=43.16%
G=34.11%
B=22.74%

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
Decimal1861479800.210.470.2733.4138.9455.69
HexBA93620152F1B212738
Octal2722231420255733414770
Binary1011101010010011110001001010110111111011100001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9362; }

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

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

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

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

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

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

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

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