#BA9F5F

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

Shades of Barley Corn #BA9F5F

Tints of Barley Corn #BA9F5F

Color information

#BA9F5F (or 0xBA9F5F) is unknown color: approx Barley Corn. HEX triplet: BA, 9F and 5F. RGB value is (186,159,95). Sum of RGB (Red+Green+Blue) = 186+159+95=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F5F is #4560A0. Grayscale: #A0A0A0. Windows color (decimal): -4546721 or 6266810. OLE color: 6266810.

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

Color convert

RGB18615995-
CMYK00.150.490.27
HSL42.2º39.74%55.1%-
HSV(B)42.2º48.92%72.94%-
XYZ34.7136.0615.96-
YUV159.7891.45146.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 159 (62.5% from 255) = 36.14%
BLUE value IS 95 (37.5% from 255) = 21.59%
R=42.27%
G=36.14%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861599500.150.490.2742.239.7455.1
HexBA9F5F0F311B2a2837
Octal2722371370176133525067
Binary101110101001111110111110111111000111011101010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F5F; }

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

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

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

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

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

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

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

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