#B39668

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

Shades of Barley Corn #B39668

Tints of Barley Corn #B39668

Color information

#B39668 (or 0xB39668) is unknown color: approx Barley Corn. HEX triplet: B3, 96 and 68. RGB value is (179,150,104). Sum of RGB (Red+Green+Blue) = 179+150+104=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B39668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39668 is #4C6997. Grayscale: #999999. Windows color (decimal): -5007768 or 6854323. OLE color: 6854323.

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

Color convert

RGB179150104-
CMYK00.160.420.30
HSL36.8º33.04%55.49%-
HSV(B)36.8º41.9%70.2%-
XYZ3232.417.66-
YUV153.43100.11146.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 104 (41.02% from 255) = 24.02%
R=41.34%
G=34.64%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915010400.160.420.3036.833.0455.49
HexB396680102A1E252137
Octal2632261500205236454167
Binary1011001110010110110100001000010101011110100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39668; }

 p { color: rgb(179,150,104); }

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

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

 a { background-color: rgb(179,150,104); }

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

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

 span { border-color: rgb(179,150,104); }

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