#BA8D5F

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

Shades of Barley Corn #BA8D5F

Tints of Barley Corn #BA8D5F

Color information

#BA8D5F (or 0xBA8D5F) is unknown color: approx Barley Corn. HEX triplet: BA, 8D and 5F. RGB value is (186,141,95). Sum of RGB (Red+Green+Blue) = 186+141+95=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D5F is #4572A0. Grayscale: #959595. Windows color (decimal): -4551329 or 6262202. OLE color: 6262202.

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

Color convert

RGB18614195-
CMYK00.240.490.27
HSL30.33º39.74%55.1%-
HSV(B)30.33º48.92%72.94%-
XYZ31.8430.3215-
YUV149.2197.41154.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 141 (55.47% from 255) = 33.41%
BLUE value IS 95 (37.5% from 255) = 22.51%
R=44.08%
G=33.41%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861419500.240.490.2730.3339.7455.1
HexBA8D5F018311B1e2837
Octal2722151370306133365067
Binary101110101000110110111110110001100011101111110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D5F; }

 p { color: rgb(186,141,95); }

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

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

 a { background-color: rgb(186,141,95); }

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

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

 span { border-color: rgb(186,141,95); }

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