#b39356

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

Shades of Barley Corn #B39356

Tints of Barley Corn #B39356

Color information

#B39356 (or 0xB39356) is unknown color: approx Barley Corn. HEX triplet: B3, 93 and 56. RGB value is (179,147,86). Sum of RGB (Red+Green+Blue) = 179+147+86=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B39356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39356 is #4C6CA9. Grayscale: #959595. Windows color (decimal): -5008554 or 5673907. OLE color: 5673907.

HSL color Cylindrical-coordinate representation of color #B39356: hue angle of 39.35º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B39356 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB17914786-
CMYK00.180.520.30
HSL39.35º37.96%51.96%-
HSV(B)39.35º51.96%70.2%-
XYZ30.731.1213.19-
YUV149.6192.1148.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=43.45%
G=35.68%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791478600.180.520.3039.3537.9651.96
HexB39356012341E272634
Octal2632231260226436474664
Binary1011001110010011101011001001011010011110100111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b39356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b39356; }

 p { color: rgb(179,147,86); }

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

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

 a { background-color: rgb(179,147,86); }

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

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

 span { border-color: rgb(179,147,86); }

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