#B2986F

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

Shades of Fallow #B2986F

Tints of Fallow #B2986F

Color information

#B2986F (or 0xB2986F) is unknown color: approx Fallow. HEX triplet: B2, 98 and 6F. RGB value is (178,152,111). Sum of RGB (Red+Green+Blue) = 178+152+111=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B2986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2986F is #4D6790. Grayscale: #9B9B9B. Windows color (decimal): -5072785 or 7313586. OLE color: 7313586.

HSL color Cylindrical-coordinate representation of color #B2986F: hue angle of 36.72º degrees, saturation: 0.3, 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 #B2986F is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB178152111-
CMYK00.150.380.30
HSL36.72º30.32%56.67%-
HSV(B)36.72º37.64%69.8%-
XYZ32.4633.0719.71-
YUV155.1103.11144.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=40.36%
G=34.47%
B=25.17%

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
Decimal17815211100.150.380.3036.7230.3256.67
HexB2986F0F261E251e39
Octal2622301570174636453671
Binary10110010100110001101111011111001101111010010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2986F; }

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

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

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

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

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

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

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

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