#BA9162

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

Shades of Barley Corn #BA9162

Tints of Barley Corn #BA9162

Color information

#BA9162 (or 0xBA9162) is unknown color: approx Barley Corn. HEX triplet: BA, 91 and 62. RGB value is (186,145,98). Sum of RGB (Red+Green+Blue) = 186+145+98=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9162 is #456E9D. Grayscale: #989898. Windows color (decimal): -4550302 or 6459834. OLE color: 6459834.

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

Color convert

RGB18614598-
CMYK00.220.470.27
HSL32.05º38.94%55.69%-
HSV(B)32.05º47.31%72.94%-
XYZ32.5831.5715.93-
YUV151.997.58152.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=43.36%
G=33.80%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861459800.220.470.2732.0538.9455.69
HexBA91620162F1B202738
Octal2722211420265733404770
Binary1011101010010001110001001011010111111011100000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9162; }

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

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

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

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

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

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

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

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