#B49759

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

Shades of Barley Corn #B49759

Tints of Barley Corn #B49759

Color information

#B49759 (or 0xB49759) is unknown color: approx Barley Corn. HEX triplet: B4, 97 and 59. RGB value is (180,151,89). Sum of RGB (Red+Green+Blue) = 180+151+89=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B49759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49759 is #4B68A6. Grayscale: #989898. Windows color (decimal): -4941991 or 5871540. OLE color: 5871540.

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

Color convert

RGB18015189-
CMYK00.160.510.29
HSL40.88º37.76%52.75%-
HSV(B)40.88º50.56%70.59%-
XYZ31.6932.5614.07-
YUV152.692.11147.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 89 (35.16% from 255) = 21.19%
R=42.86%
G=35.95%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801518900.160.510.2940.8837.7652.75
HexB49759010331D292635
Octal2642271310206335514665
Binary1011010010010111101100101000011001111101101001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49759; }

 p { color: rgb(180,151,89); }

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

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

 a { background-color: rgb(180,151,89); }

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

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

 span { border-color: rgb(180,151,89); }

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