#BA8F5D

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

Shades of Barley Corn #BA8F5D

Tints of Barley Corn #BA8F5D

Color information

#BA8F5D (or 0xBA8F5D) is unknown color: approx Barley Corn. HEX triplet: BA, 8F and 5D. RGB value is (186,143,93). Sum of RGB (Red+Green+Blue) = 186+143+93=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F5D is #4570A2. Grayscale: #969696. Windows color (decimal): -4550819 or 6131642. OLE color: 6131642.

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

Color convert

RGB18614393-
CMYK00.230.50.27
HSL32.26º40.26%54.71%-
HSV(B)32.26º50%72.94%-
XYZ32.0530.8714.63-
YUV150.1695.75153.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=44.08%
G=33.89%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861439300.230.50.2732.2640.2654.71
HexBA8F5D017321B202837
Octal2722171350276233405067
Binary1011101010001111101110101011111001011011100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8F5D; }

 p { color: rgb(186,143,93); }

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

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

 a { background-color: rgb(186,143,93); }

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

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

 span { border-color: rgb(186,143,93); }

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