#B49B6F

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

Shades of Fallow #B49B6F

Tints of Fallow #B49B6F

Color information

#B49B6F (or 0xB49B6F) is unknown color: approx Fallow. HEX triplet: B4, 9B and 6F. RGB value is (180,155,111). Sum of RGB (Red+Green+Blue) = 180+155+111=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B6F is #4B6490. Grayscale: #9D9D9D. Windows color (decimal): -4940945 or 7314356. OLE color: 7314356.

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

Color convert

RGB180155111-
CMYK00.140.380.29
HSL38.26º31.51%57.06%-
HSV(B)38.26º38.33%70.59%-
XYZ33.4134.2919.9-
YUV157.46101.78144.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 155 (60.94% from 255) = 34.75%
BLUE value IS 111 (43.75% from 255) = 24.89%
R=40.36%
G=34.75%
B=24.89%

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
Decimal18015511100.140.380.2938.2631.5157.06
HexB49B6F0E261D262039
Octal2642331570164635464071
Binary101101001001101111011110111010011011101100110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B6F; }

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

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

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

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

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

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

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

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