#B39F5D

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

Shades of Gimblet #B39F5D

Tints of Gimblet #B39F5D

Color information

#B39F5D (or 0xB39F5D) is unknown color: approx Gimblet. HEX triplet: B3, 9F and 5D. RGB value is (179,159,93). Sum of RGB (Red+Green+Blue) = 179+159+93=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39F5D is #4C60A2. Grayscale: #9D9D9D. Windows color (decimal): -5005475 or 6135731. OLE color: 6135731.

HSL color Cylindrical-coordinate representation of color #B39F5D: hue angle of 46.05º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B39F5D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB17915993-
CMYK00.110.480.30
HSL46.05º36.13%53.33%-
HSV(B)46.05º48.04%70.2%-
XYZ32.9635.1715.41-
YUV157.4691.63143.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 159 (62.5% from 255) = 36.89%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=41.53%
G=36.89%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791599300.110.480.3046.0536.1353.33
HexB39F5D0B301E2e2435
Octal2632371350136036564465
Binary101100111001111110111010101111000011110101110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F5D; }

 p { color: rgb(179,159,93); }

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

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

 a { background-color: rgb(179,159,93); }

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

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

 span { border-color: rgb(179,159,93); }

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