#B3996D

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

Shades of Fallow #B3996D

Tints of Fallow #B3996D

Color information

#B3996D (or 0xB3996D) is unknown color: approx Fallow. HEX triplet: B3, 99 and 6D. RGB value is (179,153,109). Sum of RGB (Red+Green+Blue) = 179+153+109=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B3996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3996D is #4C6692. Grayscale: #9B9B9B. Windows color (decimal): -5006995 or 7182771. OLE color: 7182771.

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

Color convert

RGB179153109-
CMYK00.150.390.30
HSL37.71º31.53%56.47%-
HSV(B)37.71º39.11%70.2%-
XYZ32.7433.4719.2-
YUV155.76101.61144.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=40.59%
G=34.69%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915310900.150.390.3037.7131.5356.47
HexB3996D0F271E262038
Octal2632311550174736464070
Binary101100111001100111011010111110011111110100110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3996D; }

 p { color: rgb(179,153,109); }

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

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

 a { background-color: rgb(179,153,109); }

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

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

 span { border-color: rgb(179,153,109); }

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