#B39C6B

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

Shades of Fallow #B39C6B

Tints of Fallow #B39C6B

Color information

#B39C6B (or 0xB39C6B) is unknown color: approx Fallow. HEX triplet: B3, 9C and 6B. RGB value is (179,156,107). Sum of RGB (Red+Green+Blue) = 179+156+107=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39C6B is #4C6394. Grayscale: #9D9D9D. Windows color (decimal): -5006229 or 7052467. OLE color: 7052467.

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

Color convert

RGB179156107-
CMYK00.130.400.30
HSL40.83º32.14%56.08%-
HSV(B)40.83º40.22%70.2%-
XYZ33.1334.4218.81-
YUV157.2999.62143.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 156 (61.33% from 255) = 35.29%
BLUE value IS 107 (42.19% from 255) = 24.21%
R=40.50%
G=35.29%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915610700.130.400.3040.8332.1456.08
HexB39C6B0D281E292038
Octal2632341530155036514070
Binary101100111001110011010110110110100011110101001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C6B; }

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

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

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

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

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

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

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

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