#BA9763

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

Shades of Barley Corn #BA9763

Tints of Barley Corn #BA9763

Color information

#BA9763 (or 0xBA9763) is unknown color: approx Barley Corn. HEX triplet: BA, 97 and 63. RGB value is (186,151,99). Sum of RGB (Red+Green+Blue) = 186+151+99=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9763 is #45689C. Grayscale: #9B9B9B. Windows color (decimal): -4548765 or 6526906. OLE color: 6526906.

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

Color convert

RGB18615199-
CMYK00.190.470.27
HSL35.86º38.67%55.88%-
HSV(B)35.86º46.77%72.94%-
XYZ33.5733.4716.5-
YUV155.5496.1149.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 151 (59.38% from 255) = 34.63%
BLUE value IS 99 (39.06% from 255) = 22.71%
R=42.66%
G=34.63%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861519900.190.470.2735.8638.6755.88
HexBA97630132F1B242738
Octal2722271430235733444770
Binary1011101010010111110001101001110111111011100100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9763; }

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

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

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

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

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

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

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

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