#B39B6F

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

Shades of Fallow #B39B6F

Tints of Fallow #B39B6F

Color information

#B39B6F (or 0xB39B6F) is unknown color: approx Fallow. HEX triplet: B3, 9B and 6F. RGB value is (179,155,111). Sum of RGB (Red+Green+Blue) = 179+155+111=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39B6F is #4C6490. Grayscale: #9D9D9D. Windows color (decimal): -5006481 or 7314355. OLE color: 7314355.

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

Color convert

RGB179155111-
CMYK00.130.380.30
HSL38.82º30.91%56.86%-
HSV(B)38.82º37.99%70.2%-
XYZ33.1834.1719.89-
YUV157.16101.95143.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 155 (60.94% from 255) = 34.83%
BLUE value IS 111 (43.75% from 255) = 24.94%
R=40.22%
G=34.83%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915511100.130.380.3038.8230.9156.86
HexB39B6F0D261E271f39
Octal2632331570154636473771
Binary10110011100110111101111011011001101111010011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B6F; }

 p { color: rgb(179,155,111); }

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

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

 a { background-color: rgb(179,155,111); }

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

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

 span { border-color: rgb(179,155,111); }

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