#B39A60

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

Shades of Barley Corn #B39A60

Tints of Barley Corn #B39A60

Color information

#B39A60 (or 0xB39A60) is unknown color: approx Barley Corn. HEX triplet: B3, 9A and 60. RGB value is (179,154,96). Sum of RGB (Red+Green+Blue) = 179+154+96=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39A60 is #4C659F. Grayscale: #9B9B9B. Windows color (decimal): -5006752 or 6331059. OLE color: 6331059.

HSL color Cylindrical-coordinate representation of color #B39A60: hue angle of 41.93º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B39A60 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17915496-
CMYK00.140.460.30
HSL41.93º35.32%53.92%-
HSV(B)41.93º46.37%70.2%-
XYZ32.2633.5415.84-
YUV154.8694.78145.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=41.72%
G=35.90%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791549600.140.460.3041.9335.3253.92
HexB39A600E2E1E2a2336
Octal2632321400165636524366
Binary101100111001101011000000111010111011110101010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A60; }

 p { color: rgb(179,154,96); }

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

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

 a { background-color: rgb(179,154,96); }

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

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

 span { border-color: rgb(179,154,96); }

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