#B49259

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

Shades of Barley Corn #B49259

Tints of Barley Corn #B49259

Color information

#B49259 (or 0xB49259) is unknown color: approx Barley Corn. HEX triplet: B4, 92 and 59. RGB value is (180,146,89). Sum of RGB (Red+Green+Blue) = 180+146+89=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B49259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49259 is #4B6DA6. Grayscale: #959595. Windows color (decimal): -4943271 or 5870260. OLE color: 5870260.

HSL color Cylindrical-coordinate representation of color #B49259: hue angle of 37.58º 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 #B49259 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18014689-
CMYK00.190.510.29
HSL37.58º37.76%52.75%-
HSV(B)37.58º50.56%70.59%-
XYZ30.930.9813.8-
YUV149.6793.76149.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 89 (35.16% from 255) = 21.45%
R=43.37%
G=35.18%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801468900.190.510.2937.5837.7652.75
HexB49259013331D262635
Octal2642221310236335464665
Binary1011010010010010101100101001111001111101100110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49259; }

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

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

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

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

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

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

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

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