#B39657

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

Shades of Barley Corn #B39657

Tints of Barley Corn #B39657

Color information

#B39657 (or 0xB39657) is unknown color: approx Barley Corn. HEX triplet: B3, 96 and 57. RGB value is (179,150,87). Sum of RGB (Red+Green+Blue) = 179+150+87=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B39657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39657 is #4C69A8. Grayscale: #979797. Windows color (decimal): -5007785 or 5740211. OLE color: 5740211.

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

Color convert

RGB17915087-
CMYK00.160.510.30
HSL41.09º37.7%52.16%-
HSV(B)41.09º51.4%70.2%-
XYZ31.2232.0813.56-
YUV151.4991.61147.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 150 (58.98% from 255) = 36.06%
BLUE value IS 87 (34.38% from 255) = 20.91%
R=43.03%
G=36.06%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791508700.160.510.3041.0937.752.16
HexB39657010331E292634
Octal2632261270206336514664
Binary1011001110010110101011101000011001111110101001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39657; }

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

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

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

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

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

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

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

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