#BA9461

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

Shades of Barley Corn #BA9461

Tints of Barley Corn #BA9461

Color information

#BA9461 (or 0xBA9461) is unknown color: approx Barley Corn. HEX triplet: BA, 94 and 61. RGB value is (186,148,97). Sum of RGB (Red+Green+Blue) = 186+148+97=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9461 is #456B9E. Grayscale: #999999. Windows color (decimal): -4549535 or 6395066. OLE color: 6395066.

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

Color convert

RGB18614897-
CMYK00.200.480.27
HSL34.38º39.21%55.49%-
HSV(B)34.38º47.85%72.94%-
XYZ3332.4815.84-
YUV153.5596.09151.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=43.16%
G=34.34%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861489700.200.480.2734.3839.2155.49
HexBA9461014301B222737
Octal2722241410246033424767
Binary1011101010010100110000101010011000011011100010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9461; }

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

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

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

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

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

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

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

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