#B39B59

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

Shades of Barley Corn #B39B59

Tints of Barley Corn #B39B59

Color information

#B39B59 (or 0xB39B59) is unknown color: approx Barley Corn. HEX triplet: B3, 9B and 59. RGB value is (179,155,89). Sum of RGB (Red+Green+Blue) = 179+155+89=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39B59 is #4C64A6. Grayscale: #9A9A9A. Windows color (decimal): -5006503 or 5872563. OLE color: 5872563.

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

Color convert

RGB17915589-
CMYK00.130.500.30
HSL44º37.19%52.55%-
HSV(B)44º50.28%70.2%-
XYZ32.1133.7514.27-
YUV154.6590.95145.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 89 (35.16% from 255) = 21.04%
R=42.32%
G=36.64%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791558900.130.500.304437.1952.55
HexB39B590D321E2c2535
Octal2632331310156236544565
Binary101100111001101110110010110111001011110101100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B59; }

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

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

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

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

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

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

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

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