#BA9662

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

Shades of Barley Corn #BA9662

Tints of Barley Corn #BA9662

Color information

#BA9662 (or 0xBA9662) is unknown color: approx Barley Corn. HEX triplet: BA, 96 and 62. RGB value is (186,150,98). Sum of RGB (Red+Green+Blue) = 186+150+98=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9662 is #45699D. Grayscale: #9B9B9B. Windows color (decimal): -4549022 or 6461114. OLE color: 6461114.

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

Color convert

RGB18615098-
CMYK00.190.470.27
HSL35.45º38.94%55.69%-
HSV(B)35.45º47.31%72.94%-
XYZ33.3633.1316.19-
YUV154.8495.93150.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=42.86%
G=34.56%
B=22.58%

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
Decimal1861509800.190.470.2735.4538.9455.69
HexBA96620132F1B232738
Octal2722261420235733434770
Binary1011101010010110110001001001110111111011100011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9662; }

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

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

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

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

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

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

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

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