#B39C61

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

Shades of Barley Corn #B39C61

Tints of Barley Corn #B39C61

Color information

#B39C61 (or 0xB39C61) is unknown color: approx Barley Corn. HEX triplet: B3, 9C and 61. RGB value is (179,156,97). Sum of RGB (Red+Green+Blue) = 179+156+97=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39C61 is #4C639E. Grayscale: #9C9C9C. Windows color (decimal): -5006239 or 6397107. OLE color: 6397107.

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

Color convert

RGB17915697-
CMYK00.130.460.30
HSL43.17º35.04%54.12%-
HSV(B)43.17º45.81%70.2%-
XYZ32.6434.2216.19-
YUV156.1594.62144.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=41.44%
G=36.11%
B=22.45%

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
Decimal1791569700.130.460.3043.1735.0454.12
HexB39C610D2E1E2b2336
Octal2632341410155636534366
Binary101100111001110011000010110110111011110101011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C61; }

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

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

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

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

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

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

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

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