#B39266

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

Shades of Barley Corn #B39266

Tints of Barley Corn #B39266

Color information

#B39266 (or 0xB39266) is unknown color: approx Barley Corn. HEX triplet: B3, 92 and 66. RGB value is (179,146,102). Sum of RGB (Red+Green+Blue) = 179+146+102=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B39266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39266 is #4C6D99. Grayscale: #979797. Windows color (decimal): -5008794 or 6722227. OLE color: 6722227.

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

Color convert

RGB179146102-
CMYK00.180.430.30
HSL34.29º33.62%55.1%-
HSV(B)34.29º43.02%70.2%-
XYZ31.2731.116.93-
YUV150.85100.43148.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=41.92%
G=34.19%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914610200.180.430.3034.2933.6255.1
HexB392660122B1E222237
Octal2632221460225336424267
Binary1011001110010010110011001001010101111110100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39266; }

 p { color: rgb(179,146,102); }

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

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

 a { background-color: rgb(179,146,102); }

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

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

 span { border-color: rgb(179,146,102); }

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