#B9966D

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

Shades of Fallow #B9966D

Tints of Fallow #B9966D

Color information

#B9966D (or 0xB9966D) is unknown color: approx Fallow. HEX triplet: B9, 96 and 6D. RGB value is (185,150,109). Sum of RGB (Red+Green+Blue) = 185+150+109=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9966D is #466992. Grayscale: #9B9B9B. Windows color (decimal): -4614547 or 7182009. OLE color: 7182009.

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

Color convert

RGB185150109-
CMYK00.190.410.27
HSL32.37º35.19%57.65%-
HSV(B)32.37º41.08%72.55%-
XYZ33.6733.2319.11-
YUV155.79101.6148.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=41.67%
G=33.78%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515010900.190.410.2732.3735.1957.65
HexB9966D013291B20233a
Octal2712261550235133404372
Binary1011100110010110110110101001110100111011100000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9966D; }

 p { color: rgb(185,150,109); }

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

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

 a { background-color: rgb(185,150,109); }

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

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

 span { border-color: rgb(185,150,109); }

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