#B3986F

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

Shades of Fallow #B3986F

Tints of Fallow #B3986F

Color information

#B3986F (or 0xB3986F) is unknown color: approx Fallow. HEX triplet: B3, 98 and 6F. RGB value is (179,152,111). Sum of RGB (Red+Green+Blue) = 179+152+111=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B3986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3986F is #4C6790. Grayscale: #9B9B9B. Windows color (decimal): -5007249 or 7313587. OLE color: 7313587.

HSL color Cylindrical-coordinate representation of color #B3986F: hue angle of 36.18º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3986F is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB179152111-
CMYK00.150.380.30
HSL36.18º30.91%56.86%-
HSV(B)36.18º37.99%70.2%-
XYZ32.6933.1919.72-
YUV155.4102.95144.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=40.50%
G=34.39%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915211100.150.380.3036.1830.9156.86
HexB3986F0F261E241f39
Octal2632301570174636443771
Binary10110011100110001101111011111001101111010010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3986F; }

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

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

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

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

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

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

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

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