#B39655

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

Shades of Barley Corn #B39655

Tints of Barley Corn #B39655

Color information

#B39655 (or 0xB39655) is unknown color: approx Barley Corn. HEX triplet: B3, 96 and 55. RGB value is (179,150,85). Sum of RGB (Red+Green+Blue) = 179+150+85=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B39655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39655 is #4C69AA. Grayscale: #979797. Windows color (decimal): -5007787 or 5609139. OLE color: 5609139.

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

Color convert

RGB17915085-
CMYK00.160.530.30
HSL41.49º38.21%51.76%-
HSV(B)41.49º52.51%70.2%-
XYZ31.1432.0513.14-
YUV151.2690.61147.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 150 (58.98% from 255) = 36.23%
BLUE value IS 85 (33.59% from 255) = 20.53%
R=43.24%
G=36.23%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791508500.160.530.3041.4938.2151.76
HexB39655010351E292634
Octal2632261250206536514664
Binary1011001110010110101010101000011010111110101001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39655; }

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

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

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

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

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

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

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

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