#B3966E

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

Shades of Fallow #B3966E

Tints of Fallow #B3966E

Color information

#B3966E (or 0xB3966E) is unknown color: approx Fallow. HEX triplet: B3, 96 and 6E. RGB value is (179,150,110). Sum of RGB (Red+Green+Blue) = 179+150+110=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B3966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3966E is #4C6991. Grayscale: #9A9A9A. Windows color (decimal): -5007762 or 7247539. OLE color: 7247539.

HSL color Cylindrical-coordinate representation of color #B3966E: hue angle of 34.78º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3966E is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB179150110-
CMYK00.160.390.30
HSL34.78º31.22%56.67%-
HSV(B)34.78º38.55%70.2%-
XYZ32.3132.5219.33-
YUV154.11103.11145.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=40.77%
G=34.17%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915011000.160.390.3034.7831.2256.67
HexB3966E010271E231f39
Octal2632261560204736433771
Binary101100111001011011011100100001001111111010001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3966E; }

 p { color: rgb(179,150,110); }

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

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

 a { background-color: rgb(179,150,110); }

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

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

 span { border-color: rgb(179,150,110); }

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