#B39559

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

Shades of Barley Corn #B39559

Tints of Barley Corn #B39559

Color information

#B39559 (or 0xB39559) is unknown color: approx Barley Corn. HEX triplet: B3, 95 and 59. RGB value is (179,149,89). Sum of RGB (Red+Green+Blue) = 179+149+89=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B39559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39559 is #4C6AA6. Grayscale: #979797. Windows color (decimal): -5008039 or 5871027. OLE color: 5871027.

HSL color Cylindrical-coordinate representation of color #B39559: hue angle of 40º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B39559 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17914989-
CMYK00.170.500.30
HSL40º37.19%52.55%-
HSV(B)40º50.28%70.2%-
XYZ31.1431.813.95-
YUV151.1392.94147.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 89 (35.16% from 255) = 21.34%
R=42.93%
G=35.73%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791498900.170.500.304037.1952.55
HexB39559011321E282535
Octal2632251310216236504565
Binary1011001110010101101100101000111001011110101000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39559; }

 p { color: rgb(179,149,89); }

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

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

 a { background-color: rgb(179,149,89); }

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

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

 span { border-color: rgb(179,149,89); }

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