#B9A95E

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

Shades of Gimblet #B9A95E

Tints of Gimblet #B9A95E

Color information

#B9A95E (or 0xB9A95E) is unknown color: approx Gimblet. HEX triplet: B9, A9 and 5E. RGB value is (185,169,94). Sum of RGB (Red+Green+Blue) = 185+169+94=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A95E is #4656A1. Grayscale: #A5A5A5. Windows color (decimal): -4609698 or 6203833. OLE color: 6203833.

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

Color convert

RGB18516994-
CMYK00.090.490.27
HSL49.45º39.39%54.71%-
HSV(B)49.45º49.19%72.55%-
XYZ36.2239.516.3-
YUV165.2387.8142.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 94 (37.11% from 255) = 20.98%
R=41.29%
G=37.72%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851699400.090.490.2749.4539.3954.71
HexB9A95E09311B312737
Octal2712511360116133614767
Binary101110011010100110111100100111000111011110001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A95E; }

 p { color: rgb(185,169,94); }

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

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

 a { background-color: rgb(185,169,94); }

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

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

 span { border-color: rgb(185,169,94); }

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