#B9A66F

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

Shades of Gimblet #B9A66F

Tints of Gimblet #B9A66F

Color information

#B9A66F (or 0xB9A66F) is unknown color: approx Gimblet. HEX triplet: B9, A6 and 6F. RGB value is (185,166,111). Sum of RGB (Red+Green+Blue) = 185+166+111=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A66F is #465990. Grayscale: #A5A5A5. Windows color (decimal): -4610449 or 7317177. OLE color: 7317177.

HSL color Cylindrical-coordinate representation of color #B9A66F: hue angle of 44.59º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9A66F is Cyan = 0, Magento = 0.10, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB185166111-
CMYK00.100.40.27
HSL44.59º34.58%58.04%-
HSV(B)44.59º40%72.55%-
XYZ36.5138.7320.59-
YUV165.4197.29141.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 166 (65.23% from 255) = 35.93%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=40.04%
G=35.93%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516611100.100.40.2744.5934.5858.04
HexB9A66F0A281B2d233a
Octal2712461570125033554372
Binary101110011010011011011110101010100011011101101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A66F; }

 p { color: rgb(185,166,111); }

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

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

 a { background-color: rgb(185,166,111); }

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

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

 span { border-color: rgb(185,166,111); }

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