#B29F61

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

Shades of Gimblet #B29F61

Tints of Gimblet #B29F61

Color information

#B29F61 (or 0xB29F61) is unknown color: approx Gimblet. HEX triplet: B2, 9F and 61. RGB value is (178,159,97). Sum of RGB (Red+Green+Blue) = 178+159+97=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F61 is #4D609E. Grayscale: #9D9D9D. Windows color (decimal): -5071007 or 6397874. OLE color: 6397874.

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

Color convert

RGB17815997-
CMYK00.110.460.30
HSL45.93º34.47%53.92%-
HSV(B)45.93º45.51%69.8%-
XYZ32.9235.1216.35-
YUV157.6193.79142.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 159 (62.5% from 255) = 36.64%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=41.01%
G=36.64%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781599700.110.460.3045.9334.4753.92
HexB29F610B2E1E2e2236
Octal2622371410135636564266
Binary101100101001111111000010101110111011110101110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29F61; }

 p { color: rgb(178,159,97); }

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

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

 a { background-color: rgb(178,159,97); }

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

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

 span { border-color: rgb(178,159,97); }

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