#B49E5D

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

Shades of Barley Corn #B49E5D

Tints of Barley Corn #B49E5D

Color information

#B49E5D (or 0xB49E5D) is unknown color: approx Barley Corn. HEX triplet: B4, 9E and 5D. RGB value is (180,158,93). Sum of RGB (Red+Green+Blue) = 180+158+93=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E5D is #4B61A2. Grayscale: #9D9D9D. Windows color (decimal): -4940195 or 6135476. OLE color: 6135476.

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

Color convert

RGB18015893-
CMYK00.120.480.29
HSL44.83º36.71%53.53%-
HSV(B)44.83º48.33%70.59%-
XYZ33.0334.9515.36-
YUV157.1791.79144.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 158 (62.11% from 255) = 36.66%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=41.76%
G=36.66%
B=21.58%

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
Decimal1801589300.120.480.2944.8336.7153.53
HexB49E5D0C301D2d2536
Octal2642361350146035554566
Binary101101001001111010111010110011000011101101101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E5D; }

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

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

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

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

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

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

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

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