#B4986A

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

Shades of Fallow #B4986A

Tints of Fallow #B4986A

Color information

#B4986A (or 0xB4986A) is unknown color: approx Fallow. HEX triplet: B4, 98 and 6A. RGB value is (180,152,106). Sum of RGB (Red+Green+Blue) = 180+152+106=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4986A is #4B6795. Grayscale: #9B9B9B. Windows color (decimal): -4941718 or 6985908. OLE color: 6985908.

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

Color convert

RGB180152106-
CMYK00.160.410.29
HSL37.3º33.04%56.08%-
HSV(B)37.3º41.11%70.59%-
XYZ32.6533.218.32-
YUV155.13100.28145.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 152 (59.77% from 255) = 34.70%
BLUE value IS 106 (41.80% from 255) = 24.20%
R=41.10%
G=34.70%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015210600.160.410.2937.333.0456.08
HexB4986A010291D252138
Octal2642301520205135454170
Binary1011010010011000110101001000010100111101100101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4986A; }

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

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

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

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

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

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

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

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