#B49B70

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

Shades of Fallow #B49B70

Tints of Fallow #B49B70

Color information

#B49B70 (or 0xB49B70) is unknown color: approx Fallow. HEX triplet: B4, 9B and 70. RGB value is (180,155,112). Sum of RGB (Red+Green+Blue) = 180+155+112=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B70 is #4B648F. Grayscale: #9D9D9D. Windows color (decimal): -4940944 or 7379892. OLE color: 7379892.

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

Color convert

RGB180155112-
CMYK00.140.380.29
HSL37.94º31.19%57.25%-
HSV(B)37.94º37.78%70.59%-
XYZ33.4734.3220.19-
YUV157.57102.28144-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 155 (60.94% from 255) = 34.68%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=40.27%
G=34.68%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015511200.140.380.2937.9431.1957.25
HexB49B700E261D261f39
Octal2642331600164635463771
Binary10110100100110111110000011101001101110110011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B70; }

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

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

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

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

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

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

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

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