#b9ac64

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

Shades of Gimblet #B9AC64

Tints of Gimblet #B9AC64

Color information

#B9AC64 (or 0xB9AC64) is unknown color: approx Gimblet. HEX triplet: B9, AC and 64. RGB value is (185,172,100). Sum of RGB (Red+Green+Blue) = 185+172+100=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC64 is #46539B. Grayscale: #A7A7A7. Windows color (decimal): -4608924 or 6597817. OLE color: 6597817.

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

Color convert

RGB185172100-
CMYK00.070.460.27
HSL50.82º37.78%55.88%-
HSV(B)50.82º45.95%72.55%-
XYZ37.0640.7417.97-
YUV167.6889.81140.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 100 (39.45% from 255) = 21.88%
R=40.48%
G=37.64%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517210000.070.460.2750.8237.7855.88
HexB9AC64072E1B332638
Octal271254144075633634670
Binary10111001101011001100100011110111011011110011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9ac64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9ac64; }

 p { color: rgb(185,172,100); }

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

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

 a { background-color: rgb(185,172,100); }

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

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

 span { border-color: rgb(185,172,100); }

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