#BA975D

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

Shades of Barley Corn #BA975D

Tints of Barley Corn #BA975D

Color information

#BA975D (or 0xBA975D) is unknown color: approx Barley Corn. HEX triplet: BA, 97 and 5D. RGB value is (186,151,93). Sum of RGB (Red+Green+Blue) = 186+151+93=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA975D is #4568A2. Grayscale: #9B9B9B. Windows color (decimal): -4548771 or 6133690. OLE color: 6133690.

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

Color convert

RGB18615193-
CMYK00.190.50.27
HSL37.42º40.26%54.71%-
HSV(B)37.42º50%72.94%-
XYZ33.2933.3615.04-
YUV154.8593.1150.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 93 (36.72% from 255) = 21.63%
R=43.26%
G=35.12%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861519300.190.50.2737.4240.2654.71
HexBA975D013321B252837
Octal2722271350236233455067
Binary1011101010010111101110101001111001011011100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA975D; }

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

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

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

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

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

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

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

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