#BA9460

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

Shades of Barley Corn #BA9460

Tints of Barley Corn #BA9460

Color information

#BA9460 (or 0xBA9460) is unknown color: approx Barley Corn. HEX triplet: BA, 94 and 60. RGB value is (186,148,96). Sum of RGB (Red+Green+Blue) = 186+148+96=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9460 is #456B9F. Grayscale: #999999. Windows color (decimal): -4549536 or 6329530. OLE color: 6329530.

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

Color convert

RGB18614896-
CMYK00.200.480.27
HSL34.67º39.47%55.29%-
HSV(B)34.67º48.39%72.94%-
XYZ32.9532.4615.6-
YUV153.4395.59151.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 96 (37.89% from 255) = 22.33%
R=43.26%
G=34.42%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861489600.200.480.2734.6739.4755.29
HexBA9460014301B232737
Octal2722241400246033434767
Binary1011101010010100110000001010011000011011100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9460; }

 p { color: rgb(186,148,96); }

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

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

 a { background-color: rgb(186,148,96); }

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

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

 span { border-color: rgb(186,148,96); }

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