#B9966C

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

Shades of Fallow #B9966C

Tints of Fallow #B9966C

Color information

#B9966C (or 0xB9966C) is unknown color: approx Fallow. HEX triplet: B9, 96 and 6C. RGB value is (185,150,108). Sum of RGB (Red+Green+Blue) = 185+150+108=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9966C is #466993. Grayscale: #9B9B9B. Windows color (decimal): -4614548 or 7116473. OLE color: 7116473.

HSL color Cylindrical-coordinate representation of color #B9966C: hue angle of 32.73º 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 #B9966C is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB185150108-
CMYK00.190.420.27
HSL32.73º35.48%57.45%-
HSV(B)32.73º41.62%72.55%-
XYZ33.6233.2118.83-
YUV155.68101.1148.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=41.76%
G=33.86%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515010800.190.420.2732.7335.4857.45
HexB9966C0132A1B212339
Octal2712261540235233414371
Binary1011100110010110110110001001110101011011100001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9966C; }

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

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

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

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

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

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

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

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