#B39A6C

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

Shades of Fallow #B39A6C

Tints of Fallow #B39A6C

Color information

#B39A6C (or 0xB39A6C) is unknown color: approx Fallow. HEX triplet: B3, 9A and 6C. RGB value is (179,154,108). Sum of RGB (Red+Green+Blue) = 179+154+108=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39A6C is #4C6593. Grayscale: #9C9C9C. Windows color (decimal): -5006740 or 7117491. OLE color: 7117491.

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

Color convert

RGB179154108-
CMYK00.140.400.30
HSL38.87º31.84%56.27%-
HSV(B)38.87º39.66%70.2%-
XYZ32.8533.7818.98-
YUV156.23100.78144.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=40.59%
G=34.92%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915410800.140.400.3038.8731.8456.27
HexB39A6C0E281E272038
Octal2632321540165036474070
Binary101100111001101011011000111010100011110100111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A6C; }

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

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

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

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

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

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

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

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