#B39666

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

Shades of Barley Corn #B39666

Tints of Barley Corn #B39666

Color information

#B39666 (or 0xB39666) is unknown color: approx Barley Corn. HEX triplet: B3, 96 and 66. RGB value is (179,150,102). Sum of RGB (Red+Green+Blue) = 179+150+102=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B39666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39666 is #4C6999. Grayscale: #999999. Windows color (decimal): -5007770 or 6723251. OLE color: 6723251.

HSL color Cylindrical-coordinate representation of color #B39666: hue angle of 37.4º 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 #B39666 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB179150102-
CMYK00.160.430.30
HSL37.4º33.62%55.1%-
HSV(B)37.4º43.02%70.2%-
XYZ31.932.3617.13-
YUV153.299.11146.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=41.53%
G=34.80%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915010200.160.430.3037.433.6255.1
HexB396660102B1E252237
Octal2632261460205336454267
Binary1011001110010110110011001000010101111110100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39666; }

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

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

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

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

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

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

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

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