#B9A86E

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

Shades of Gimblet #B9A86E

Tints of Gimblet #B9A86E

Color information

#B9A86E (or 0xB9A86E) is unknown color: approx Gimblet. HEX triplet: B9, A8 and 6E. RGB value is (185,168,110). Sum of RGB (Red+Green+Blue) = 185+168+110=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A86E is #465791. Grayscale: #A6A6A6. Windows color (decimal): -4609938 or 7252153. OLE color: 7252153.

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

Color convert

RGB185168110-
CMYK00.090.410.27
HSL46.4º34.88%57.84%-
HSV(B)46.4º40.54%72.55%-
XYZ36.8239.4520.42-
YUV166.4796.13141.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 168 (66.02% from 255) = 36.29%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=39.96%
G=36.29%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516811000.090.410.2746.434.8857.84
HexB9A86E09291B2e233a
Octal2712501560115133564372
Binary101110011010100011011100100110100111011101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A86E; }

 p { color: rgb(185,168,110); }

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

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

 a { background-color: rgb(185,168,110); }

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

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

 span { border-color: rgb(185,168,110); }

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