#BA9C5D

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

Shades of Barley Corn #BA9C5D

Tints of Barley Corn #BA9C5D

Color information

#BA9C5D (or 0xBA9C5D) is unknown color: approx Barley Corn. HEX triplet: BA, 9C and 5D. RGB value is (186,156,93). Sum of RGB (Red+Green+Blue) = 186+156+93=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C5D is #4563A2. Grayscale: #9E9E9E. Windows color (decimal): -4547491 or 6134970. OLE color: 6134970.

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

Color convert

RGB18615693-
CMYK00.160.50.27
HSL40.65º40.26%54.71%-
HSV(B)40.65º50%72.94%-
XYZ34.1135.0115.31-
YUV157.7991.44148.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 156 (61.33% from 255) = 35.86%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=42.76%
G=35.86%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861569300.160.50.2740.6540.2654.71
HexBA9C5D010321B292837
Octal2722341350206233515067
Binary1011101010011100101110101000011001011011101001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C5D; }

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

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

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

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

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

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

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

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