#B39B61

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

Shades of Barley Corn #B39B61

Tints of Barley Corn #B39B61

Color information

#B39B61 (or 0xB39B61) is unknown color: approx Barley Corn. HEX triplet: B3, 9B and 61. RGB value is (179,155,97). Sum of RGB (Red+Green+Blue) = 179+155+97=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39B61 is #4C649E. Grayscale: #9B9B9B. Windows color (decimal): -5006495 or 6396851. OLE color: 6396851.

HSL color Cylindrical-coordinate representation of color #B39B61: hue angle of 42.44º 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 #B39B61 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17915597-
CMYK00.130.460.30
HSL42.44º35.04%54.12%-
HSV(B)42.44º45.81%70.2%-
XYZ32.4733.8916.14-
YUV155.5694.95144.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=41.53%
G=35.96%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791559700.130.460.3042.4435.0454.12
HexB39B610D2E1E2a2336
Octal2632331410155636524366
Binary101100111001101111000010110110111011110101010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B61; }

 p { color: rgb(179,155,97); }

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

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

 a { background-color: rgb(179,155,97); }

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

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

 span { border-color: rgb(179,155,97); }

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