#B9A764

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

Shades of Gimblet #B9A764

Tints of Gimblet #B9A764

Color information

#B9A764 (or 0xB9A764) is unknown color: approx Gimblet. HEX triplet: B9, A7 and 64. RGB value is (185,167,100). Sum of RGB (Red+Green+Blue) = 185+167+100=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A764 is #46589B. Grayscale: #A5A5A5. Windows color (decimal): -4610204 or 6596537. OLE color: 6596537.

HSL color Cylindrical-coordinate representation of color #B9A764: hue angle of 47.29º 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 #B9A764 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB185167100-
CMYK00.100.460.27
HSL47.29º37.78%55.88%-
HSV(B)47.29º45.95%72.55%-
XYZ36.1338.8717.66-
YUV164.7491.46142.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 167 (65.62% from 255) = 36.95%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=40.93%
G=36.95%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516710000.100.460.2747.2937.7855.88
HexB9A7640A2E1B2f2638
Octal2712471440125633574670
Binary101110011010011111001000101010111011011101111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A764; }

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

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

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

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

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

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

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

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