#BA9557

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

Shades of Barley Corn #BA9557

Tints of Barley Corn #BA9557

Color information

#BA9557 (or 0xBA9557) is unknown color: approx Barley Corn. HEX triplet: BA, 95 and 57. RGB value is (186,149,87). Sum of RGB (Red+Green+Blue) = 186+149+87=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9557 is #456AA8. Grayscale: #999999. Windows color (decimal): -4549289 or 5739962. OLE color: 5739962.

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

Color convert

RGB18614987-
CMYK00.200.530.27
HSL37.58º41.77%53.53%-
HSV(B)37.58º53.23%72.94%-
XYZ32.7232.6213.59-
YUV15390.76151.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 87 (34.38% from 255) = 20.62%
R=44.08%
G=35.31%
B=20.62%

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
Decimal1861498700.200.530.2737.5841.7753.53
HexBA9557014351B262a36
Octal2722251270246533465266
Binary1011101010010101101011101010011010111011100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9557; }

 p { color: rgb(186,149,87); }

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

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

 a { background-color: rgb(186,149,87); }

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

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

 span { border-color: rgb(186,149,87); }

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