#BA995F

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

Shades of Barley Corn #BA995F

Tints of Barley Corn #BA995F

Color information

#BA995F (or 0xBA995F) is unknown color: approx Barley Corn. HEX triplet: BA, 99 and 5F. RGB value is (186,153,95). Sum of RGB (Red+Green+Blue) = 186+153+95=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA995F is #4566A0. Grayscale: #9C9C9C. Windows color (decimal): -4548257 or 6265274. OLE color: 6265274.

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

Color convert

RGB18615395-
CMYK00.180.490.27
HSL38.24º39.74%55.1%-
HSV(B)38.24º48.92%72.94%-
XYZ33.7134.0515.62-
YUV156.2693.43149.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 95 (37.5% from 255) = 21.89%
R=42.86%
G=35.25%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861539500.180.490.2738.2439.7455.1
HexBA995F012311B262837
Octal2722311370226133465067
Binary1011101010011001101111101001011000111011100110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA995F; }

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

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

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

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

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

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

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

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