#BA975E

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

Shades of Barley Corn #BA975E

Tints of Barley Corn #BA975E

Color information

#BA975E (or 0xBA975E) is unknown color: approx Barley Corn. HEX triplet: BA, 97 and 5E. RGB value is (186,151,94). Sum of RGB (Red+Green+Blue) = 186+151+94=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA975E is #4568A1. Grayscale: #9B9B9B. Windows color (decimal): -4548770 or 6199226. OLE color: 6199226.

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

Color convert

RGB18615194-
CMYK00.190.490.27
HSL37.17º40%54.9%-
HSV(B)37.17º49.46%72.94%-
XYZ33.3433.3815.28-
YUV154.9793.6150.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 94 (37.11% from 255) = 21.81%
R=43.16%
G=35.03%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861519400.190.490.2737.174054.9
HexBA975E013311B252837
Octal2722271360236133455067
Binary1011101010010111101111001001111000111011100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA975E; }

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

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

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

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

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

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

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

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