#BA9458

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

Shades of Barley Corn #BA9458

Tints of Barley Corn #BA9458

Color information

#BA9458 (or 0xBA9458) is unknown color: approx Barley Corn. HEX triplet: BA, 94 and 58. RGB value is (186,148,88). Sum of RGB (Red+Green+Blue) = 186+148+88=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9458 is #456BA7. Grayscale: #989898. Windows color (decimal): -4549544 or 5805242. OLE color: 5805242.

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

Color convert

RGB18614888-
CMYK00.200.530.27
HSL36.73º41.53%53.73%-
HSV(B)36.73º52.69%72.94%-
XYZ32.632.3213.75-
YUV152.5291.59151.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 88 (34.77% from 255) = 20.85%
R=44.08%
G=35.07%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861488800.200.530.2736.7341.5353.73
HexBA9458014351B252a36
Octal2722241300246533455266
Binary1011101010010100101100001010011010111011100101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9458; }

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

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

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

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

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

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

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

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