#B49256

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

Shades of Barley Corn #B49256

Tints of Barley Corn #B49256

Color information

#B49256 (or 0xB49256) is unknown color: approx Barley Corn. HEX triplet: B4, 92 and 56. RGB value is (180,146,86). Sum of RGB (Red+Green+Blue) = 180+146+86=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B49256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49256 is #4B6DA9. Grayscale: #959595. Windows color (decimal): -4943274 or 5673652. OLE color: 5673652.

HSL color Cylindrical-coordinate representation of color #B49256: hue angle of 38.3º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B49256 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18014686-
CMYK00.190.520.29
HSL38.3º38.52%52.16%-
HSV(B)38.3º52.22%70.59%-
XYZ30.7830.9313.15-
YUV149.3392.26149.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 146 (57.42% from 255) = 35.44%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=43.69%
G=35.44%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801468600.190.520.2938.338.5252.16
HexB49256013341D262734
Octal2642221260236435464764
Binary1011010010010010101011001001111010011101100110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49256; }

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

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

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

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

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

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

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

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