#B9986C

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

Shades of Fallow #B9986C

Tints of Fallow #B9986C

Color information

#B9986C (or 0xB9986C) is unknown color: approx Fallow. HEX triplet: B9, 98 and 6C. RGB value is (185,152,108). Sum of RGB (Red+Green+Blue) = 185+152+108=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9986C is #466793. Grayscale: #9D9D9D. Windows color (decimal): -4614036 or 7116985. OLE color: 7116985.

HSL color Cylindrical-coordinate representation of color #B9986C: hue angle of 34.29º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9986C is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB185152108-
CMYK00.180.420.27
HSL34.29º35.48%57.45%-
HSV(B)34.29º41.62%72.55%-
XYZ33.9433.8518.93-
YUV156.85100.43148.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 152 (59.77% from 255) = 34.16%
BLUE value IS 108 (42.58% from 255) = 24.27%
R=41.57%
G=34.16%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515210800.180.420.2734.2935.4857.45
HexB9986C0122A1B222339
Octal2712301540225233424371
Binary1011100110011000110110001001010101011011100010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9986C; }

 p { color: rgb(185,152,108); }

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

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

 a { background-color: rgb(185,152,108); }

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

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

 span { border-color: rgb(185,152,108); }

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