#B49B6A

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

Shades of Fallow #B49B6A

Tints of Fallow #B49B6A

Color information

#B49B6A (or 0xB49B6A) is unknown color: approx Fallow. HEX triplet: B4, 9B and 6A. RGB value is (180,155,106). Sum of RGB (Red+Green+Blue) = 180+155+106=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B6A is #4B6495. Grayscale: #9D9D9D. Windows color (decimal): -4940950 or 6986676. OLE color: 6986676.

HSL color Cylindrical-coordinate representation of color #B49B6A: hue angle of 39.73º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B49B6A is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180155106-
CMYK00.140.410.29
HSL39.73º33.04%56.08%-
HSV(B)39.73º41.11%70.59%-
XYZ33.1534.1918.49-
YUV156.8999.28144.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 106 (41.80% from 255) = 24.04%
R=40.82%
G=35.15%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015510600.140.410.2939.7333.0456.08
HexB49B6A0E291D282138
Octal2642331520165135504170
Binary101101001001101111010100111010100111101101000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B6A; }

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

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

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

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

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

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

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

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