#B9A86C

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

Shades of Gimblet #B9A86C

Tints of Gimblet #B9A86C

Color information

#B9A86C (or 0xB9A86C) is unknown color: approx Gimblet. HEX triplet: B9, A8 and 6C. RGB value is (185,168,108). Sum of RGB (Red+Green+Blue) = 185+168+108=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A86C is #465793. Grayscale: #A6A6A6. Windows color (decimal): -4609940 or 7121081. OLE color: 7121081.

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

Color convert

RGB185168108-
CMYK00.090.420.27
HSL46.75º35.48%57.45%-
HSV(B)46.75º41.62%72.55%-
XYZ36.7239.419.86-
YUV166.2495.13141.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 108 (42.58% from 255) = 23.43%
R=40.13%
G=36.44%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516810800.090.420.2746.7535.4857.45
HexB9A86C092A1B2f2339
Octal2712501540115233574371
Binary101110011010100011011000100110101011011101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A86C; }

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

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

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

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

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

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

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

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