#B39E6C

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

Shades of Fallow #B39E6C

Tints of Fallow #B39E6C

Color information

#B39E6C (or 0xB39E6C) is unknown color: approx Fallow. HEX triplet: B3, 9E and 6C. RGB value is (179,158,108). Sum of RGB (Red+Green+Blue) = 179+158+108=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39E6C is #4C6193. Grayscale: #9E9E9E. Windows color (decimal): -5005716 or 7118515. OLE color: 7118515.

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

Color convert

RGB179158108-
CMYK00.120.400.30
HSL42.25º31.84%56.27%-
HSV(B)42.25º39.66%70.2%-
XYZ33.5235.1219.2-
YUV158.5899.46142.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 158 (62.11% from 255) = 35.51%
BLUE value IS 108 (42.58% from 255) = 24.27%
R=40.22%
G=35.51%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915810800.120.400.3042.2531.8456.27
HexB39E6C0C281E2a2038
Octal2632361540145036524070
Binary101100111001111011011000110010100011110101010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39E6C; }

 p { color: rgb(179,158,108); }

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

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

 a { background-color: rgb(179,158,108); }

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

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

 span { border-color: rgb(179,158,108); }

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