#B09F64

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

Shades of Gimblet #B09F64

Tints of Gimblet #B09F64

Color information

#B09F64 (or 0xB09F64) is unknown color: approx Gimblet. HEX triplet: B0, 9F and 64. RGB value is (176,159,100). Sum of RGB (Red+Green+Blue) = 176+159+100=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F64 is #4F609B. Grayscale: #9D9D9D. Windows color (decimal): -5202076 or 6594480. OLE color: 6594480.

HSL color Cylindrical-coordinate representation of color #B09F64: hue angle of 46.58º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B09F64 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB176159100-
CMYK00.100.430.31
HSL46.58º32.48%54.12%-
HSV(B)46.58º43.18%69.02%-
XYZ32.634.9517.08-
YUV157.3695.63141.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=40.46%
G=36.55%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615910000.100.430.3146.5832.4854.12
HexB09F640A2B1F2f2036
Octal2602371440125337574066
Binary101100001001111111001000101010101111111101111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09F64; }

 p { color: rgb(176,159,100); }

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

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

 a { background-color: rgb(176,159,100); }

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

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

 span { border-color: rgb(176,159,100); }

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