#BA9759

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

Shades of Barley Corn #BA9759

Tints of Barley Corn #BA9759

Color information

#BA9759 (or 0xBA9759) is unknown color: approx Barley Corn. HEX triplet: BA, 97 and 59. RGB value is (186,151,89). Sum of RGB (Red+Green+Blue) = 186+151+89=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9759 is #4568A6. Grayscale: #9A9A9A. Windows color (decimal): -4548775 or 5871546. OLE color: 5871546.

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

Color convert

RGB18615189-
CMYK00.190.520.27
HSL38.35º41.28%53.92%-
HSV(B)38.35º52.15%72.94%-
XYZ33.1233.2914.13-
YUV154.491.1150.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 89 (35.16% from 255) = 20.89%
R=43.66%
G=35.45%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861518900.190.520.2738.3541.2853.92
HexBA9759013341B262936
Octal2722271310236433465166
Binary1011101010010111101100101001111010011011100110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9759; }

 p { color: rgb(186,151,89); }

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

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

 a { background-color: rgb(186,151,89); }

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

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

 span { border-color: rgb(186,151,89); }

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