#B49D5C

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

Shades of Barley Corn #B49D5C

Tints of Barley Corn #B49D5C

Color information

#B49D5C (or 0xB49D5C) is unknown color: approx Barley Corn. HEX triplet: B4, 9D and 5C. RGB value is (180,157,92). Sum of RGB (Red+Green+Blue) = 180+157+92=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D5C is #4B62A3. Grayscale: #9C9C9C. Windows color (decimal): -4940452 or 6069684. OLE color: 6069684.

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

Color convert

RGB18015792-
CMYK00.130.490.29
HSL44.32º36.97%53.33%-
HSV(B)44.32º48.89%70.59%-
XYZ32.8134.5915.07-
YUV156.4791.62144.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 92 (36.33% from 255) = 21.45%
R=41.96%
G=36.60%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801579200.130.490.2944.3236.9753.33
HexB49D5C0D311D2c2535
Octal2642351340156135544565
Binary101101001001110110111000110111000111101101100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D5C; }

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

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

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

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

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

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

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

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