#B29F67

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

Shades of Gimblet #B29F67

Tints of Gimblet #B29F67

Color information

#B29F67 (or 0xB29F67) is unknown color: approx Gimblet. HEX triplet: B2, 9F and 67. RGB value is (178,159,103). Sum of RGB (Red+Green+Blue) = 178+159+103=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F67 is #4D6098. Grayscale: #9E9E9E. Windows color (decimal): -5071001 or 6791090. OLE color: 6791090.

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

Color convert

RGB178159103-
CMYK00.110.420.30
HSL44.8º32.75%55.1%-
HSV(B)44.8º42.13%69.8%-
XYZ33.2135.2417.88-
YUV158.396.79142.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 159 (62.5% from 255) = 36.14%
BLUE value IS 103 (40.62% from 255) = 23.41%
R=40.45%
G=36.14%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815910300.110.420.3044.832.7555.1
HexB29F670B2A1E2d2137
Octal2622371470135236554167
Binary101100101001111111001110101110101011110101101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29F67; }

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

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

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

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

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

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

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

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