#B39A59

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

Shades of Barley Corn #B39A59

Tints of Barley Corn #B39A59

Color information

#B39A59 (or 0xB39A59) is unknown color: approx Barley Corn. HEX triplet: B3, 9A and 59. RGB value is (179,154,89). Sum of RGB (Red+Green+Blue) = 179+154+89=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39A59 is #4C65A6. Grayscale: #9A9A9A. Windows color (decimal): -5006759 or 5872307. OLE color: 5872307.

HSL color Cylindrical-coordinate representation of color #B39A59: hue angle of 43.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B39A59 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17915489-
CMYK00.140.500.30
HSL43.33º37.19%52.55%-
HSV(B)43.33º50.28%70.2%-
XYZ31.9533.4214.22-
YUV154.0691.28145.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 89 (35.16% from 255) = 21.09%
R=42.42%
G=36.49%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791548900.140.500.3043.3337.1952.55
HexB39A590E321E2b2535
Octal2632321310166236534565
Binary101100111001101010110010111011001011110101011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A59; }

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

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

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

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

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

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

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

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