#B9AA5D

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

Shades of Gimblet #B9AA5D

Tints of Gimblet #B9AA5D

Color information

#B9AA5D (or 0xB9AA5D) is unknown color: approx Gimblet. HEX triplet: B9, AA and 5D. RGB value is (185,170,93). Sum of RGB (Red+Green+Blue) = 185+170+93=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA5D is #4655A2. Grayscale: #A6A6A6. Windows color (decimal): -4609443 or 6138553. OLE color: 6138553.

HSL color Cylindrical-coordinate representation of color #B9AA5D: hue angle of 50.22º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9AA5D is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18517093-
CMYK00.080.500.27
HSL50.22º39.66%54.51%-
HSV(B)50.22º49.73%72.55%-
XYZ36.3639.8516.13-
YUV165.7186.97141.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=41.29%
G=37.95%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851709300.080.500.2750.2239.6654.51
HexB9AA5D08321B322837
Octal2712521350106233625067
Binary101110011010101010111010100011001011011110010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA5D; }

 p { color: rgb(185,170,93); }

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

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

 a { background-color: rgb(185,170,93); }

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

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

 span { border-color: rgb(185,170,93); }

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