#B49E67

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

Shades of Barley Corn #B49E67

Tints of Barley Corn #B49E67

Color information

#B49E67 (or 0xB49E67) is unknown color: approx Barley Corn. HEX triplet: B4, 9E and 67. RGB value is (180,158,103). Sum of RGB (Red+Green+Blue) = 180+158+103=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E67 is #4B6198. Grayscale: #9E9E9E. Windows color (decimal): -4940185 or 6790836. OLE color: 6790836.

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

Color convert

RGB180158103-
CMYK00.120.430.29
HSL42.86º33.92%55.49%-
HSV(B)42.86º42.78%70.59%-
XYZ33.535.1417.85-
YUV158.3196.79143.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 158 (62.11% from 255) = 35.83%
BLUE value IS 103 (40.62% from 255) = 23.36%
R=40.82%
G=35.83%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015810300.120.430.2942.8633.9255.49
HexB49E670C2B1D2b2237
Octal2642361470145335534267
Binary101101001001111011001110110010101111101101011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E67; }

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

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

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

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

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

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

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

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