#B3996E

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

Shades of Fallow #B3996E

Tints of Fallow #B3996E

Color information

#B3996E (or 0xB3996E) is unknown color: approx Fallow. HEX triplet: B3, 99 and 6E. RGB value is (179,153,110). Sum of RGB (Red+Green+Blue) = 179+153+110=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B3996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3996E is #4C6691. Grayscale: #9C9C9C. Windows color (decimal): -5006994 or 7248307. OLE color: 7248307.

HSL color Cylindrical-coordinate representation of color #B3996E: hue angle of 37.39º 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 #B3996E is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB179153110-
CMYK00.150.390.30
HSL37.39º31.22%56.67%-
HSV(B)37.39º38.55%70.2%-
XYZ32.833.4919.49-
YUV155.87102.11144.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=40.50%
G=34.62%
B=24.89%

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
Decimal17915311000.150.390.3037.3931.2256.67
HexB3996E0F271E251f39
Octal2632311560174736453771
Binary10110011100110011101110011111001111111010010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3996E; }

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

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

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

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

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

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

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

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