#B39E62

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

Shades of Barley Corn #B39E62

Tints of Barley Corn #B39E62

Color information

#B39E62 (or 0xB39E62) is unknown color: approx Barley Corn. HEX triplet: B3, 9E and 62. RGB value is (179,158,98). Sum of RGB (Red+Green+Blue) = 179+158+98=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39E62 is #4C619D. Grayscale: #9D9D9D. Windows color (decimal): -5005726 or 6463155. OLE color: 6463155.

HSL color Cylindrical-coordinate representation of color #B39E62: hue angle of 44.44º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B39E62 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17915898-
CMYK00.120.450.30
HSL44.44º34.76%54.31%-
HSV(B)44.44º45.25%70.2%-
XYZ33.0234.9216.55-
YUV157.4494.46143.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 98 (38.67% from 255) = 22.53%
R=41.15%
G=36.32%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791589800.120.450.3044.4434.7654.31
HexB39E620C2D1E2c2336
Octal2632361420145536544366
Binary101100111001111011000100110010110111110101100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39E62; }

 p { color: rgb(179,158,98); }

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

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

 a { background-color: rgb(179,158,98); }

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

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

 span { border-color: rgb(179,158,98); }

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