#BA965C

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

Shades of Barley Corn #BA965C

Tints of Barley Corn #BA965C

Color information

#BA965C (or 0xBA965C) is unknown color: approx Barley Corn. HEX triplet: BA, 96 and 5C. RGB value is (186,150,92). Sum of RGB (Red+Green+Blue) = 186+150+92=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA965C is #4569A3. Grayscale: #9A9A9A. Windows color (decimal): -4549028 or 6067898. OLE color: 6067898.

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

Color convert

RGB18615092-
CMYK00.190.510.27
HSL37.02º40.52%54.51%-
HSV(B)37.02º50.54%72.94%-
XYZ33.0933.0214.76-
YUV154.1592.93150.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=43.46%
G=35.05%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861509200.190.510.2737.0240.5254.51
HexBA965C013331B252937
Octal2722261340236333455167
Binary1011101010010110101110001001111001111011100101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA965C; }

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

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

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

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

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

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

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

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