#BA9F62

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

Shades of Barley Corn #BA9F62

Tints of Barley Corn #BA9F62

Color information

#BA9F62 (or 0xBA9F62) is unknown color: approx Barley Corn. HEX triplet: BA, 9F and 62. RGB value is (186,159,98). Sum of RGB (Red+Green+Blue) = 186+159+98=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F62 is #45609D. Grayscale: #A0A0A0. Windows color (decimal): -4546718 or 6463418. OLE color: 6463418.

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

Color convert

RGB18615998-
CMYK00.150.470.27
HSL41.59º38.94%55.69%-
HSV(B)41.59º47.31%72.94%-
XYZ34.8536.1216.69-
YUV160.1292.95146.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 98 (38.67% from 255) = 22.12%
R=41.99%
G=35.89%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861599800.150.470.2741.5938.9455.69
HexBA9F620F2F1B2a2738
Octal2722371420175733524770
Binary101110101001111111000100111110111111011101010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F62; }

 p { color: rgb(186,159,98); }

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

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

 a { background-color: rgb(186,159,98); }

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

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

 span { border-color: rgb(186,159,98); }

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