#b49a5a

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

Shades of Barley Corn #B49A5A

Tints of Barley Corn #B49A5A

Color information

#B49A5A (or 0xB49A5A) is unknown color: approx Barley Corn. HEX triplet: B4, 9A and 5A. RGB value is (180,154,90). Sum of RGB (Red+Green+Blue) = 180+154+90=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A5A is #4B65A5. Grayscale: #9A9A9A. Windows color (decimal): -4941222 or 5937844. OLE color: 5937844.

HSL color Cylindrical-coordinate representation of color #B49A5A: hue angle of 42.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B49A5A is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18015490-
CMYK00.140.500.29
HSL42.67º37.5%52.94%-
HSV(B)42.67º50%70.59%-
XYZ32.2233.5514.45-
YUV154.4891.61146.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 154 (60.55% from 255) = 36.32%
BLUE value IS 90 (35.55% from 255) = 21.23%
R=42.45%
G=36.32%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801549000.140.500.2942.6737.552.94
HexB49A5A0E321D2b2635
Octal2642321320166235534665
Binary101101001001101010110100111011001011101101011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b49a5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b49a5a; }

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

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

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

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

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

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

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

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