#B49D5A

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

Shades of Barley Corn #B49D5A

Tints of Barley Corn #B49D5A

Color information

#B49D5A (or 0xB49D5A) is unknown color: approx Barley Corn. HEX triplet: B4, 9D and 5A. RGB value is (180,157,90). Sum of RGB (Red+Green+Blue) = 180+157+90=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D5A is #4B62A5. Grayscale: #9C9C9C. Windows color (decimal): -4940454 or 5938612. OLE color: 5938612.

HSL color Cylindrical-coordinate representation of color #B49D5A: hue angle of 44.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 #B49D5A is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18015790-
CMYK00.130.500.29
HSL44.67º37.5%52.94%-
HSV(B)44.67º50%70.59%-
XYZ32.7234.5614.62-
YUV156.2490.62144.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 157 (61.72% from 255) = 36.77%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=42.15%
G=36.77%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801579000.130.500.2944.6737.552.94
HexB49D5A0D321D2d2635
Octal2642351320156235554665
Binary101101001001110110110100110111001011101101101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D5A; }

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

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

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

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

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

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

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

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