#BA9361

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

Shades of Barley Corn #BA9361

Tints of Barley Corn #BA9361

Color information

#BA9361 (or 0xBA9361) is unknown color: approx Barley Corn. HEX triplet: BA, 93 and 61. RGB value is (186,147,97). Sum of RGB (Red+Green+Blue) = 186+147+97=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9361 is #456C9E. Grayscale: #999999. Windows color (decimal): -4549791 or 6394810. OLE color: 6394810.

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

Color convert

RGB18614797-
CMYK00.210.480.27
HSL33.71º39.21%55.49%-
HSV(B)33.71º47.85%72.94%-
XYZ32.8432.1715.79-
YUV152.9696.42151.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=43.26%
G=34.19%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861479700.210.480.2733.7139.2155.49
HexBA9361015301B222737
Octal2722231410256033424767
Binary1011101010010011110000101010111000011011100010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9361; }

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

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

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

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

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

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

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

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