#B9AC56

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

Shades of Gimblet #B9AC56

Tints of Gimblet #B9AC56

Color information

#B9AC56 (or 0xB9AC56) is unknown color: approx Gimblet. HEX triplet: B9, AC and 56. RGB value is (185,172,86). Sum of RGB (Red+Green+Blue) = 185+172+86=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC56 is #4653A9. Grayscale: #A6A6A6. Windows color (decimal): -4608938 or 5680313. OLE color: 5680313.

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

Color convert

RGB18517286-
CMYK00.070.540.27
HSL52.12º41.42%53.14%-
HSV(B)52.12º53.51%72.55%-
XYZ36.4440.4914.7-
YUV166.0882.81141.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 86 (33.98% from 255) = 19.41%
R=41.76%
G=38.83%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851728600.070.540.2752.1241.4253.14
HexB9AC5607361B342935
Octal271254126076633645165
Binary10111001101011001010110011111011011011110100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC56; }

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

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

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

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

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

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

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

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