#BA9957

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

Shades of Barley Corn #BA9957

Tints of Barley Corn #BA9957

Color information

#BA9957 (or 0xBA9957) is unknown color: approx Barley Corn. HEX triplet: BA, 99 and 57. RGB value is (186,153,87). Sum of RGB (Red+Green+Blue) = 186+153+87=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9957 is #4566A8. Grayscale: #9B9B9B. Windows color (decimal): -4548265 or 5740986. OLE color: 5740986.

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

Color convert

RGB18615387-
CMYK00.180.530.27
HSL40º41.77%53.53%-
HSV(B)40º53.23%72.94%-
XYZ33.3633.9113.8-
YUV155.3489.43149.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 153 (60.16% from 255) = 35.92%
BLUE value IS 87 (34.38% from 255) = 20.42%
R=43.66%
G=35.92%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861538700.180.530.274041.7753.53
HexBA9957012351B282a36
Octal2722311270226533505266
Binary1011101010011001101011101001011010111011101000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9957; }

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

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

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

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

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

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

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

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