#BA925E

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

Shades of Barley Corn #BA925E

Tints of Barley Corn #BA925E

Color information

#BA925E (or 0xBA925E) is unknown color: approx Barley Corn. HEX triplet: BA, 92 and 5E. RGB value is (186,146,94). Sum of RGB (Red+Green+Blue) = 186+146+94=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA925E is #456DA1. Grayscale: #989898. Windows color (decimal): -4550050 or 6197946. OLE color: 6197946.

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

Color convert

RGB18614694-
CMYK00.220.490.27
HSL33.91º40%54.9%-
HSV(B)33.91º49.46%72.94%-
XYZ32.5531.8115.01-
YUV152.0395.25152.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 146 (57.42% from 255) = 34.27%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=43.66%
G=34.27%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861469400.220.490.2733.914054.9
HexBA925E016311B222837
Octal2722221360266133425067
Binary1011101010010010101111001011011000111011100010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA925E; }

 p { color: rgb(186,146,94); }

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

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

 a { background-color: rgb(186,146,94); }

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

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

 span { border-color: rgb(186,146,94); }

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