#B9A863

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

Shades of Gimblet #B9A863

Tints of Gimblet #B9A863

Color information

#B9A863 (or 0xB9A863) is unknown color: approx Gimblet. HEX triplet: B9, A8 and 63. RGB value is (185,168,99). Sum of RGB (Red+Green+Blue) = 185+168+99=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A863 is #46579C. Grayscale: #A5A5A5. Windows color (decimal): -4609949 or 6531257. OLE color: 6531257.

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

Color convert

RGB18516899-
CMYK00.090.460.27
HSL48.14º38.05%55.69%-
HSV(B)48.14º46.49%72.55%-
XYZ36.2639.2217.46-
YUV165.2290.63142.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 168 (66.02% from 255) = 37.17%
BLUE value IS 99 (39.06% from 255) = 21.90%
R=40.93%
G=37.17%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851689900.090.460.2748.1438.0555.69
HexB9A863092E1B302638
Octal2712501430115633604670
Binary101110011010100011000110100110111011011110000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A863; }

 p { color: rgb(185,168,99); }

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

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

 a { background-color: rgb(185,168,99); }

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

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

 span { border-color: rgb(185,168,99); }

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