#B49856

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

Shades of Barley Corn #B49856

Tints of Barley Corn #B49856

Color information

#B49856 (or 0xB49856) is unknown color: approx Barley Corn. HEX triplet: B4, 98 and 56. RGB value is (180,152,86). Sum of RGB (Red+Green+Blue) = 180+152+86=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B49856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49856 is #4B67A9. Grayscale: #999999. Windows color (decimal): -4941738 or 5675188. OLE color: 5675188.

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

Color convert

RGB18015286-
CMYK00.160.520.29
HSL42.13º38.52%52.16%-
HSV(B)42.13º52.22%70.59%-
XYZ31.7332.8313.47-
YUV152.8590.28147.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 86 (33.98% from 255) = 20.57%
R=43.06%
G=36.36%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801528600.160.520.2942.1338.5252.16
HexB49856010341D2a2734
Octal2642301260206435524764
Binary1011010010011000101011001000011010011101101010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49856; }

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

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

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

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

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

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

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

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