#BA8F5A

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

Shades of Barley Corn #BA8F5A

Tints of Barley Corn #BA8F5A

Color information

#BA8F5A (or 0xBA8F5A) is unknown color: approx Barley Corn. HEX triplet: BA, 8F and 5A. RGB value is (186,143,90). Sum of RGB (Red+Green+Blue) = 186+143+90=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F5A is #4570A5. Grayscale: #969696. Windows color (decimal): -4550822 or 5935034. OLE color: 5935034.

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

Color convert

RGB18614390-
CMYK00.230.520.27
HSL33.13º41.03%54.12%-
HSV(B)33.13º51.61%72.94%-
XYZ31.9230.8213.94-
YUV149.8194.25153.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 90 (35.55% from 255) = 21.48%
R=44.39%
G=34.13%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861439000.230.520.2733.1341.0354.12
HexBA8F5A017341B212936
Octal2722171320276433415166
Binary1011101010001111101101001011111010011011100001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8F5A; }

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

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

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

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

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

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

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

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