#B9A971

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

Shades of Gimblet #B9A971

Tints of Gimblet #B9A971

Color information

#B9A971 (or 0xB9A971) is unknown color: approx Gimblet. HEX triplet: B9, A9 and 71. RGB value is (185,169,113). Sum of RGB (Red+Green+Blue) = 185+169+113=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A971 is #46568E. Grayscale: #A7A7A7. Windows color (decimal): -4609679 or 7449017. OLE color: 7449017.

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

Color convert

RGB185169113-
CMYK00.090.390.27
HSL46.67º33.96%58.43%-
HSV(B)46.67º38.92%72.55%-
XYZ37.1839.8821.36-
YUV167.497.3140.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 113 (44.53% from 255) = 24.20%
R=39.61%
G=36.19%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516911300.090.390.2746.6733.9658.43
HexB9A97109271B2f223a
Octal2712511610114733574272
Binary101110011010100111100010100110011111011101111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A971; }

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

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

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

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

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

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

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

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