#B49C73

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

Shades of Fallow #B49C73

Tints of Fallow #B49C73

Color information

#B49C73 (or 0xB49C73) is unknown color: approx Fallow. HEX triplet: B4, 9C and 73. RGB value is (180,156,115). Sum of RGB (Red+Green+Blue) = 180+156+115=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C73 is #4B638C. Grayscale: #9E9E9E. Windows color (decimal): -4940685 or 7576756. OLE color: 7576756.

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

Color convert

RGB180156115-
CMYK00.130.360.29
HSL37.85º30.23%57.84%-
HSV(B)37.85º36.11%70.59%-
XYZ33.8134.7221.14-
YUV158.5103.45143.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 156 (61.33% from 255) = 34.59%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=39.91%
G=34.59%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015611500.130.360.2937.8530.2357.84
HexB49C730D241D261e3a
Octal2642341630154435463672
Binary10110100100111001110011011011001001110110011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C73; }

 p { color: rgb(180,156,115); }

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

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

 a { background-color: rgb(180,156,115); }

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

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

 span { border-color: rgb(180,156,115); }

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