#B9A961

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

Shades of Gimblet #B9A961

Tints of Gimblet #B9A961

Color information

#B9A961 (or 0xB9A961) is unknown color: approx Gimblet. HEX triplet: B9, A9 and 61. RGB value is (185,169,97). Sum of RGB (Red+Green+Blue) = 185+169+97=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A961 is #46569E. Grayscale: #A5A5A5. Windows color (decimal): -4609695 or 6400441. OLE color: 6400441.

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

Color convert

RGB18516997-
CMYK00.090.480.27
HSL49.09º38.6%55.29%-
HSV(B)49.09º47.57%72.55%-
XYZ36.3539.5517.03-
YUV165.5889.3141.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 169 (66.41% from 255) = 37.47%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=41.02%
G=37.47%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851699700.090.480.2749.0938.655.29
HexB9A96109301B312737
Octal2712511410116033614767
Binary101110011010100111000010100111000011011110001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A961; }

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

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

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

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

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

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

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

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