#ba9860

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

Shades of Barley Corn #BA9860

Tints of Barley Corn #BA9860

Color information

#BA9860 (or 0xBA9860) is unknown color: approx Barley Corn. HEX triplet: BA, 98 and 60. RGB value is (186,152,96). Sum of RGB (Red+Green+Blue) = 186+152+96=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9860 is #45679F. Grayscale: #9C9C9C. Windows color (decimal): -4548512 or 6330554. OLE color: 6330554.

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

Color convert

RGB18615296-
CMYK00.180.480.27
HSL37.33º39.47%55.29%-
HSV(B)37.33º48.39%72.94%-
XYZ33.5933.7415.81-
YUV155.7894.26149.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=42.86%
G=35.02%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861529600.180.480.2737.3339.4755.29
HexBA9860012301B252737
Octal2722301400226033454767
Binary1011101010011000110000001001011000011011100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba9860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba9860; }

 p { color: rgb(186,152,96); }

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

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

 a { background-color: rgb(186,152,96); }

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

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

 span { border-color: rgb(186,152,96); }

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