#B9A962

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

Shades of Gimblet #B9A962

Tints of Gimblet #B9A962

Color information

#B9A962 (or 0xB9A962) is unknown color: approx Gimblet. HEX triplet: B9, A9 and 62. RGB value is (185,169,98). Sum of RGB (Red+Green+Blue) = 185+169+98=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A962 is #46569D. Grayscale: #A5A5A5. Windows color (decimal): -4609694 or 6465977. OLE color: 6465977.

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

Color convert

RGB18516998-
CMYK00.090.470.27
HSL48.97º38.33%55.49%-
HSV(B)48.97º47.03%72.55%-
XYZ36.439.5717.27-
YUV165.6989.8141.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=40.93%
G=37.39%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851699800.090.470.2748.9738.3355.49
HexB9A962092F1B312637
Octal2712511420115733614667
Binary101110011010100111000100100110111111011110001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A962; }

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

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

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

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

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

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

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

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