#BA955B

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

Shades of Barley Corn #BA955B

Tints of Barley Corn #BA955B

Color information

#BA955B (or 0xBA955B) is unknown color: approx Barley Corn. HEX triplet: BA, 95 and 5B. RGB value is (186,149,91). Sum of RGB (Red+Green+Blue) = 186+149+91=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA955B is #456AA4. Grayscale: #999999. Windows color (decimal): -4549285 or 6002106. OLE color: 6002106.

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

Color convert

RGB18614991-
CMYK00.200.510.27
HSL36.63º40.77%54.31%-
HSV(B)36.63º51.08%72.94%-
XYZ32.8932.6914.47-
YUV153.4592.76151.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 91 (35.94% from 255) = 21.36%
R=43.66%
G=34.98%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861499100.200.510.2736.6340.7754.31
HexBA955B014331B252936
Octal2722251330246333455166
Binary1011101010010101101101101010011001111011100101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA955B; }

 p { color: rgb(186,149,91); }

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

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

 a { background-color: rgb(186,149,91); }

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

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

 span { border-color: rgb(186,149,91); }

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