#B09F61

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

Shades of Gimblet #B09F61

Tints of Gimblet #B09F61

Color information

#B09F61 (or 0xB09F61) is unknown color: approx Gimblet. HEX triplet: B0, 9F and 61. RGB value is (176,159,97). Sum of RGB (Red+Green+Blue) = 176+159+97=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F61 is #4F609E. Grayscale: #9D9D9D. Windows color (decimal): -5202079 or 6397872. OLE color: 6397872.

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

Color convert

RGB17615997-
CMYK00.100.450.31
HSL47.09º33.33%53.53%-
HSV(B)47.09º44.89%69.02%-
XYZ32.4634.8916.33-
YUV157.0194.13141.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 159 (62.5% from 255) = 36.81%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=40.74%
G=36.81%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761599700.100.450.3147.0933.3353.53
HexB09F610A2D1F2f2136
Octal2602371410125537574166
Binary101100001001111111000010101010110111111101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09F61; }

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

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

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

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

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

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

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

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