#B4986F

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

Shades of Fallow #B4986F

Tints of Fallow #B4986F

Color information

#B4986F (or 0xB4986F) is unknown color: approx Fallow. HEX triplet: B4, 98 and 6F. RGB value is (180,152,111). Sum of RGB (Red+Green+Blue) = 180+152+111=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4986F is #4B6790. Grayscale: #9B9B9B. Windows color (decimal): -4941713 or 7313588. OLE color: 7313588.

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

Color convert

RGB180152111-
CMYK00.160.380.29
HSL35.65º31.51%57.06%-
HSV(B)35.65º38.33%70.59%-
XYZ32.9233.3119.73-
YUV155.7102.78145.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 152 (59.77% from 255) = 34.31%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=40.63%
G=34.31%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015211100.160.380.2935.6531.5157.06
HexB4986F010261D242039
Octal2642301570204635444071
Binary1011010010011000110111101000010011011101100100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4986F; }

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

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

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

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

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

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

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

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