#B39866

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

Shades of Barley Corn #B39866

Tints of Barley Corn #B39866

Color information

#B39866 (or 0xB39866) is unknown color: approx Barley Corn. HEX triplet: B3, 98 and 66. RGB value is (179,152,102). Sum of RGB (Red+Green+Blue) = 179+152+102=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B39866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39866 is #4C6799. Grayscale: #9A9A9A. Windows color (decimal): -5007258 or 6723763. OLE color: 6723763.

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

Color convert

RGB179152102-
CMYK00.150.430.30
HSL38.96º33.62%55.1%-
HSV(B)38.96º43.02%70.2%-
XYZ32.223317.24-
YUV154.3798.45145.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 152 (59.77% from 255) = 35.10%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=41.34%
G=35.10%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915210200.150.430.3038.9633.6255.1
HexB398660F2B1E272237
Octal2632301460175336474267
Binary101100111001100011001100111110101111110100111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39866; }

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

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

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

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

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

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

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

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