#B39364

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

Shades of Barley Corn #B39364

Tints of Barley Corn #B39364

Color information

#B39364 (or 0xB39364) is unknown color: approx Barley Corn. HEX triplet: B3, 93 and 64. RGB value is (179,147,100). Sum of RGB (Red+Green+Blue) = 179+147+100=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B39364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39364 is #4C6C9B. Grayscale: #979797. Windows color (decimal): -5008540 or 6591411. OLE color: 6591411.

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

Color convert

RGB179147100-
CMYK00.180.440.30
HSL35.7º34.2%54.71%-
HSV(B)35.7º44.13%70.2%-
XYZ31.3231.3716.46-
YUV151.2199.1147.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=42.02%
G=34.51%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914710000.180.440.3035.734.254.71
HexB393640122C1E242237
Octal2632231440225436444267
Binary1011001110010011110010001001010110011110100100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39364; }

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

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

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

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

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

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

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

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