#BA955F

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

Shades of Barley Corn #BA955F

Tints of Barley Corn #BA955F

Color information

#BA955F (or 0xBA955F) is unknown color: approx Barley Corn. HEX triplet: BA, 95 and 5F. RGB value is (186,149,95). Sum of RGB (Red+Green+Blue) = 186+149+95=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA955F is #456AA0. Grayscale: #9A9A9A. Windows color (decimal): -4549281 or 6264250. OLE color: 6264250.

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

Color convert

RGB18614995-
CMYK00.200.490.27
HSL35.6º39.74%55.1%-
HSV(B)35.6º48.92%72.94%-
XYZ33.0632.7615.41-
YUV153.9194.76150.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 149 (58.59% from 255) = 34.65%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=43.26%
G=34.65%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861499500.200.490.2735.639.7455.1
HexBA955F014311B242837
Octal2722251370246133445067
Binary1011101010010101101111101010011000111011100100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA955F; }

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

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

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

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

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

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

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

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