#B49F5E

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

Shades of Barley Corn #B49F5E

Tints of Barley Corn #B49F5E

Color information

#B49F5E (or 0xB49F5E) is unknown color: approx Barley Corn. HEX triplet: B4, 9F and 5E. RGB value is (180,159,94). Sum of RGB (Red+Green+Blue) = 180+159+94=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F5E is #4B60A1. Grayscale: #9E9E9E. Windows color (decimal): -4939938 or 6201268. OLE color: 6201268.

HSL color Cylindrical-coordinate representation of color #B49F5E: hue angle of 45.35º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B49F5E is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18015994-
CMYK00.120.480.29
HSL45.35º36.44%53.73%-
HSV(B)45.35º47.78%70.59%-
XYZ33.2435.3115.65-
YUV157.8791.96143.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 159 (62.5% from 255) = 36.72%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=41.57%
G=36.72%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801599400.120.480.2945.3536.4453.73
HexB49F5E0C301D2d2436
Octal2642371360146035554466
Binary101101001001111110111100110011000011101101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F5E; }

 p { color: rgb(180,159,94); }

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

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

 a { background-color: rgb(180,159,94); }

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

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

 span { border-color: rgb(180,159,94); }

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