#B49E69

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

Shades of Barley Corn #B49E69

Tints of Barley Corn #B49E69

Color information

#B49E69 (or 0xB49E69) is unknown color: approx Barley Corn. HEX triplet: B4, 9E and 69. RGB value is (180,158,105). Sum of RGB (Red+Green+Blue) = 180+158+105=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E69 is #4B6196. Grayscale: #9E9E9E. Windows color (decimal): -4940183 or 6921908. OLE color: 6921908.

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

Color convert

RGB180158105-
CMYK00.120.420.29
HSL42.4º33.33%55.88%-
HSV(B)42.4º41.67%70.59%-
XYZ33.635.1818.38-
YUV158.5497.79143.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 105 (41.41% from 255) = 23.70%
R=40.63%
G=35.67%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015810500.120.420.2942.433.3355.88
HexB49E690C2A1D2a2138
Octal2642361510145235524170
Binary101101001001111011010010110010101011101101010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E69; }

 p { color: rgb(180,158,105); }

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

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

 a { background-color: rgb(180,158,105); }

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

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

 span { border-color: rgb(180,158,105); }

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