#B1986E

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

Shades of Fallow #B1986E

Tints of Fallow #B1986E

Color information

#B1986E (or 0xB1986E) is unknown color: approx Fallow. HEX triplet: B1, 98 and 6E. RGB value is (177,152,110). Sum of RGB (Red+Green+Blue) = 177+152+110=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1986E is #4E6791. Grayscale: #9A9A9A. Windows color (decimal): -5138322 or 7248049. OLE color: 7248049.

HSL color Cylindrical-coordinate representation of color #B1986E: hue angle of 37.61º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1986E is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB177152110-
CMYK00.140.380.31
HSL37.61º30.04%56.27%-
HSV(B)37.61º37.85%69.41%-
XYZ32.1732.9319.41-
YUV154.69102.78143.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 152 (59.77% from 255) = 34.62%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=40.32%
G=34.62%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715211000.140.380.3137.6130.0456.27
HexB1986E0E261F261e38
Octal2612301560164637463670
Binary10110001100110001101110011101001101111110011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1986E; }

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

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

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

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

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

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

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

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