#B49C70

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

Shades of Fallow #B49C70

Tints of Fallow #B49C70

Color information

#B49C70 (or 0xB49C70) is unknown color: approx Fallow. HEX triplet: B4, 9C and 70. RGB value is (180,156,112). Sum of RGB (Red+Green+Blue) = 180+156+112=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C70 is #4B638F. Grayscale: #9E9E9E. Windows color (decimal): -4940688 or 7380148. OLE color: 7380148.

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

Color convert

RGB180156112-
CMYK00.130.380.29
HSL38.82º31.19%57.25%-
HSV(B)38.82º37.78%70.59%-
XYZ33.6434.6520.24-
YUV158.16101.95143.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 112 (44.14% from 255) = 25%
R=40.18%
G=34.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015611200.130.380.2938.8231.1957.25
HexB49C700D261D271f39
Octal2642341600154635473771
Binary10110100100111001110000011011001101110110011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C70; }

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

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

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

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

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

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

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

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