#B4986D

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

Shades of Fallow #B4986D

Tints of Fallow #B4986D

Color information

#B4986D (or 0xB4986D) is unknown color: approx Fallow. HEX triplet: B4, 98 and 6D. RGB value is (180,152,109). Sum of RGB (Red+Green+Blue) = 180+152+109=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4986D is #4B6792. Grayscale: #9B9B9B. Windows color (decimal): -4941715 or 7182516. OLE color: 7182516.

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

Color convert

RGB180152109-
CMYK00.160.390.29
HSL36.34º32.13%56.67%-
HSV(B)36.34º39.44%70.59%-
XYZ32.8133.2619.16-
YUV155.47101.78145.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=40.82%
G=34.47%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015210900.160.390.2936.3432.1356.67
HexB4986D010271D242039
Octal2642301550204735444071
Binary1011010010011000110110101000010011111101100100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4986D; }

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

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

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

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

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

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

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

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