#B9AC6F

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

Shades of Gimblet #B9AC6F

Tints of Gimblet #B9AC6F

Color information

#B9AC6F (or 0xB9AC6F) is unknown color: approx Gimblet. HEX triplet: B9, AC and 6F. RGB value is (185,172,111). Sum of RGB (Red+Green+Blue) = 185+172+111=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC6F is #465390. Grayscale: #A9A9A9. Windows color (decimal): -4608913 or 7318713. OLE color: 7318713.

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

Color convert

RGB185172111-
CMYK00.070.40.27
HSL49.46º34.58%58.04%-
HSV(B)49.46º40%72.55%-
XYZ37.6340.9720.96-
YUV168.9395.31139.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.53%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=39.53%
G=36.75%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517211100.070.40.2749.4634.5858.04
HexB9AC6F07281B31233a
Octal271254157075033614372
Binary10111001101011001101111011110100011011110001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC6F; }

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

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

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

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

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

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

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

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