#B39C6D

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

Shades of Fallow #B39C6D

Tints of Fallow #B39C6D

Color information

#B39C6D (or 0xB39C6D) is unknown color: approx Fallow. HEX triplet: B3, 9C and 6D. RGB value is (179,156,109). Sum of RGB (Red+Green+Blue) = 179+156+109=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39C6D is #4C6392. Grayscale: #9D9D9D. Windows color (decimal): -5006227 or 7183539. OLE color: 7183539.

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

Color convert

RGB179156109-
CMYK00.130.390.30
HSL40.29º31.53%56.47%-
HSV(B)40.29º39.11%70.2%-
XYZ33.2434.4619.37-
YUV157.52100.62143.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 156 (61.33% from 255) = 35.14%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=40.32%
G=35.14%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915610900.130.390.3040.2931.5356.47
HexB39C6D0D271E282038
Octal2632341550154736504070
Binary101100111001110011011010110110011111110101000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C6D; }

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

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

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

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

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

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

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

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