#BA905B

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

Shades of Barley Corn #BA905B

Tints of Barley Corn #BA905B

Color information

#BA905B (or 0xBA905B) is unknown color: approx Barley Corn. HEX triplet: BA, 90 and 5B. RGB value is (186,144,91). Sum of RGB (Red+Green+Blue) = 186+144+91=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA905B is #456FA4. Grayscale: #969696. Windows color (decimal): -4550565 or 6000826. OLE color: 6000826.

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

Color convert

RGB18614491-
CMYK00.230.510.27
HSL33.47º40.77%54.31%-
HSV(B)33.47º51.08%72.94%-
XYZ32.1131.1414.22-
YUV150.5294.41153.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 91 (35.94% from 255) = 21.62%
R=44.18%
G=34.20%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861449100.230.510.2733.4740.7754.31
HexBA905B017331B212936
Octal2722201330276333415166
Binary1011101010010000101101101011111001111011100001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA905B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA905B; }

 p { color: rgb(186,144,91); }

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

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

 a { background-color: rgb(186,144,91); }

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

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

 span { border-color: rgb(186,144,91); }

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