#B39C5B

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

Shades of Barley Corn #B39C5B

Tints of Barley Corn #B39C5B

Color information

#B39C5B (or 0xB39C5B) is unknown color: approx Barley Corn. HEX triplet: B3, 9C and 5B. RGB value is (179,156,91). Sum of RGB (Red+Green+Blue) = 179+156+91=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39C5B is #4C63A4. Grayscale: #9B9B9B. Windows color (decimal): -5006245 or 6003891. OLE color: 6003891.

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

Color convert

RGB17915691-
CMYK00.130.490.30
HSL44.32º36.67%52.94%-
HSV(B)44.32º49.16%70.2%-
XYZ32.3734.1214.78-
YUV155.4791.62144.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 156 (61.33% from 255) = 36.62%
BLUE value IS 91 (35.94% from 255) = 21.36%
R=42.02%
G=36.62%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791569100.130.490.3044.3236.6752.94
HexB39C5B0D311E2c2535
Octal2632341330156136544565
Binary101100111001110010110110110111000111110101100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C5B; }

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

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

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

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

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

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

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

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