#B39656

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

Shades of Barley Corn #B39656

Tints of Barley Corn #B39656

Color information

#B39656 (or 0xB39656) is unknown color: approx Barley Corn. HEX triplet: B3, 96 and 56. RGB value is (179,150,86). Sum of RGB (Red+Green+Blue) = 179+150+86=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B39656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39656 is #4C69A9. Grayscale: #979797. Windows color (decimal): -5007786 or 5674675. OLE color: 5674675.

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

Color convert

RGB17915086-
CMYK00.160.520.30
HSL41.29º37.96%51.96%-
HSV(B)41.29º51.96%70.2%-
XYZ31.1832.0713.35-
YUV151.3891.11147.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 86 (33.98% from 255) = 20.72%
R=43.13%
G=36.14%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791508600.160.520.3041.2937.9651.96
HexB39656010341E292634
Octal2632261260206436514664
Binary1011001110010110101011001000011010011110101001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39656; }

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

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

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

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

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

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

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

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