#BA935E

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

Shades of Barley Corn #BA935E

Tints of Barley Corn #BA935E

Color information

#BA935E (or 0xBA935E) is unknown color: approx Barley Corn. HEX triplet: BA, 93 and 5E. RGB value is (186,147,94). Sum of RGB (Red+Green+Blue) = 186+147+94=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA935E is #456CA1. Grayscale: #989898. Windows color (decimal): -4549794 or 6198202. OLE color: 6198202.

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

Color convert

RGB18614794-
CMYK00.210.490.27
HSL34.57º40%54.9%-
HSV(B)34.57º49.46%72.94%-
XYZ32.732.1115.06-
YUV152.6294.92151.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 94 (37.11% from 255) = 22.01%
R=43.56%
G=34.43%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861479400.210.490.2734.574054.9
HexBA935E015311B232837
Octal2722231360256133435067
Binary1011101010010011101111001010111000111011100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA935E; }

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

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

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

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

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

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

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

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