#BA905C

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

Shades of Barley Corn #BA905C

Tints of Barley Corn #BA905C

Color information

#BA905C (or 0xBA905C) is unknown color: approx Barley Corn. HEX triplet: BA, 90 and 5C. RGB value is (186,144,92). Sum of RGB (Red+Green+Blue) = 186+144+92=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA905C is #456FA3. Grayscale: #969696. Windows color (decimal): -4550564 or 6066362. OLE color: 6066362.

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

Color convert

RGB18614492-
CMYK00.230.510.27
HSL33.19º40.52%54.51%-
HSV(B)33.19º50.54%72.94%-
XYZ32.1531.1614.44-
YUV150.6394.91153.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=44.08%
G=34.12%
B=21.80%

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
Decimal1861449200.230.510.2733.1940.5254.51
HexBA905C017331B212937
Octal2722201340276333415167
Binary1011101010010000101110001011111001111011100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA905C; }

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

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

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

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

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

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

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

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