#B9AC62

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

Shades of Gimblet #B9AC62

Tints of Gimblet #B9AC62

Color information

#B9AC62 (or 0xB9AC62) is unknown color: approx Gimblet. HEX triplet: B9, AC and 62. RGB value is (185,172,98). Sum of RGB (Red+Green+Blue) = 185+172+98=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC62 is #46539D. Grayscale: #A7A7A7. Windows color (decimal): -4608926 or 6466745. OLE color: 6466745.

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

Color convert

RGB18517298-
CMYK00.070.470.27
HSL51.03º38.33%55.49%-
HSV(B)51.03º47.03%72.55%-
XYZ36.9640.717.46-
YUV167.4588.81140.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 172 (67.58% from 255) = 37.80%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=40.66%
G=37.80%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851729800.070.470.2751.0338.3355.49
HexB9AC62072F1B332637
Octal271254142075733634667
Binary10111001101011001100010011110111111011110011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC62; }

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

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

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

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

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

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

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

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