#B3986E

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

Shades of Fallow #B3986E

Tints of Fallow #B3986E

Color information

#B3986E (or 0xB3986E) is unknown color: approx Fallow. HEX triplet: B3, 98 and 6E. RGB value is (179,152,110). Sum of RGB (Red+Green+Blue) = 179+152+110=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B3986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3986E is #4C6791. Grayscale: #9B9B9B. Windows color (decimal): -5007250 or 7248051. OLE color: 7248051.

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

Color convert

RGB179152110-
CMYK00.150.390.30
HSL36.52º31.22%56.67%-
HSV(B)36.52º38.55%70.2%-
XYZ32.6333.1719.43-
YUV155.28102.45144.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=40.59%
G=34.47%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915211000.150.390.3036.5231.2256.67
HexB3986E0F271E251f39
Octal2632301560174736453771
Binary10110011100110001101110011111001111111010010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3986E; }

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

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

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

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

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

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

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

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