#BA945A

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

Shades of Barley Corn #BA945A

Tints of Barley Corn #BA945A

Color information

#BA945A (or 0xBA945A) is unknown color: approx Barley Corn. HEX triplet: BA, 94 and 5A. RGB value is (186,148,90). Sum of RGB (Red+Green+Blue) = 186+148+90=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA945A is #456BA5. Grayscale: #999999. Windows color (decimal): -4549542 or 5936314. OLE color: 5936314.

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

Color convert

RGB18614890-
CMYK00.200.520.27
HSL36.25º41.03%54.12%-
HSV(B)36.25º51.61%72.94%-
XYZ32.6932.3614.2-
YUV152.7592.59151.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 148 (58.20% from 255) = 34.91%
BLUE value IS 90 (35.55% from 255) = 21.23%
R=43.87%
G=34.91%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861489000.200.520.2736.2541.0354.12
HexBA945A014341B242936
Octal2722241320246433445166
Binary1011101010010100101101001010011010011011100100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA945A; }

 p { color: rgb(186,148,90); }

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

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

 a { background-color: rgb(186,148,90); }

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

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

 span { border-color: rgb(186,148,90); }

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