#BA965D

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

Shades of Barley Corn #BA965D

Tints of Barley Corn #BA965D

Color information

#BA965D (or 0xBA965D) is unknown color: approx Barley Corn. HEX triplet: BA, 96 and 5D. RGB value is (186,150,93). Sum of RGB (Red+Green+Blue) = 186+150+93=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA965D is #4569A2. Grayscale: #9A9A9A. Windows color (decimal): -4549027 or 6133434. OLE color: 6133434.

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

Color convert

RGB18615093-
CMYK00.190.50.27
HSL36.77º40.26%54.71%-
HSV(B)36.77º50%72.94%-
XYZ33.1333.0414.99-
YUV154.2793.43150.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=43.36%
G=34.97%
B=21.68%

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
Decimal1861509300.190.50.2736.7740.2654.71
HexBA965D013321B252837
Octal2722261350236233455067
Binary1011101010010110101110101001111001011011100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA965D; }

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

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

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

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

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

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

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

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