#B09E62

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

Shades of Gimblet #B09E62

Tints of Gimblet #B09E62

Color information

#B09E62 (or 0xB09E62) is unknown color: approx Gimblet. HEX triplet: B0, 9E and 62. RGB value is (176,158,98). Sum of RGB (Red+Green+Blue) = 176+158+98=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09E62 is #4F619D. Grayscale: #9C9C9C. Windows color (decimal): -5202334 or 6463152. OLE color: 6463152.

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

Color convert

RGB17615898-
CMYK00.100.440.31
HSL46.15º33.05%53.73%-
HSV(B)46.15º44.32%69.02%-
XYZ32.3434.5716.52-
YUV156.5494.96141.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 158 (62.11% from 255) = 36.57%
BLUE value IS 98 (38.67% from 255) = 22.69%
R=40.74%
G=36.57%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761589800.100.440.3146.1533.0553.73
HexB09E620A2C1F2e2136
Octal2602361420125437564166
Binary101100001001111011000100101010110011111101110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09E62; }

 p { color: rgb(176,158,98); }

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

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

 a { background-color: rgb(176,158,98); }

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

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

 span { border-color: rgb(176,158,98); }

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