#B49A67

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

Shades of Barley Corn #B49A67

Tints of Barley Corn #B49A67

Color information

#B49A67 (or 0xB49A67) is unknown color: approx Barley Corn. HEX triplet: B4, 9A and 67. RGB value is (180,154,103). Sum of RGB (Red+Green+Blue) = 180+154+103=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A67 is #4B6598. Grayscale: #9C9C9C. Windows color (decimal): -4941209 or 6789812. OLE color: 6789812.

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

Color convert

RGB180154103-
CMYK00.140.430.29
HSL39.74º33.92%55.49%-
HSV(B)39.74º42.78%70.59%-
XYZ32.8333.7917.62-
YUV155.9698.11145.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 103 (40.62% from 255) = 23.57%
R=41.19%
G=35.24%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015410300.140.430.2939.7433.9255.49
HexB49A670E2B1D282237
Octal2642321470165335504267
Binary101101001001101011001110111010101111101101000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A67; }

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

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

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

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

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

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

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

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