#B9A963

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

Shades of Gimblet #B9A963

Tints of Gimblet #B9A963

Color information

#B9A963 (or 0xB9A963) is unknown color: approx Gimblet. HEX triplet: B9, A9 and 63. RGB value is (185,169,99). Sum of RGB (Red+Green+Blue) = 185+169+99=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A963 is #46569C. Grayscale: #A6A6A6. Windows color (decimal): -4609693 or 6531513. OLE color: 6531513.

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

Color convert

RGB18516999-
CMYK00.090.460.27
HSL48.84º38.05%55.69%-
HSV(B)48.84º46.49%72.55%-
XYZ36.4539.5917.53-
YUV165.890.3141.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=40.84%
G=37.31%
B=21.85%

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
Decimal1851699900.090.460.2748.8438.0555.69
HexB9A963092E1B312638
Octal2712511430115633614670
Binary101110011010100111000110100110111011011110001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A963; }

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

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

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

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

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

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

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

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