#B49F5D

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

Shades of Barley Corn #B49F5D

Tints of Barley Corn #B49F5D

Color information

#B49F5D (or 0xB49F5D) is unknown color: approx Barley Corn. HEX triplet: B4, 9F and 5D. RGB value is (180,159,93). Sum of RGB (Red+Green+Blue) = 180+159+93=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F5D is #4B60A2. Grayscale: #9E9E9E. Windows color (decimal): -4939939 or 6135732. OLE color: 6135732.

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

Color convert

RGB18015993-
CMYK00.120.480.29
HSL45.52º36.71%53.53%-
HSV(B)45.52º48.33%70.59%-
XYZ33.235.2915.42-
YUV157.7691.46143.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 159 (62.5% from 255) = 36.81%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=41.67%
G=36.81%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801599300.120.480.2945.5236.7153.53
HexB49F5D0C301D2e2536
Octal2642371350146035564566
Binary101101001001111110111010110011000011101101110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F5D; }

 p { color: rgb(180,159,93); }

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

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

 a { background-color: rgb(180,159,93); }

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

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

 span { border-color: rgb(180,159,93); }

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