#B9A366

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

Shades of Gimblet #B9A366

Tints of Gimblet #B9A366

Color information

#B9A366 (or 0xB9A366) is unknown color: approx Gimblet. HEX triplet: B9, A3 and 66. RGB value is (185,163,102). Sum of RGB (Red+Green+Blue) = 185+163+102=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A366 is #465C99. Grayscale: #A2A2A2. Windows color (decimal): -4611226 or 6726585. OLE color: 6726585.

HSL color Cylindrical-coordinate representation of color #B9A366: hue angle of 44.1º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9A366 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB185163102-
CMYK00.120.450.27
HSL44.1º37.22%56.27%-
HSV(B)44.1º44.86%72.55%-
XYZ35.537.4717.93-
YUV162.6293.79143.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 102 (40.23% from 255) = 22.67%
R=41.11%
G=36.22%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516310200.120.450.2744.137.2256.27
HexB9A3660C2D1B2c2538
Octal2712431460145533544570
Binary101110011010001111001100110010110111011101100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A366; }

 p { color: rgb(185,163,102); }

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

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

 a { background-color: rgb(185,163,102); }

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

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

 span { border-color: rgb(185,163,102); }

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