#B9AA5E

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

Shades of Gimblet #B9AA5E

Tints of Gimblet #B9AA5E

Color information

#B9AA5E (or 0xB9AA5E) is unknown color: approx Gimblet. HEX triplet: B9, AA and 5E. RGB value is (185,170,94). Sum of RGB (Red+Green+Blue) = 185+170+94=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA5E is #4655A1. Grayscale: #A6A6A6. Windows color (decimal): -4609442 or 6204089. OLE color: 6204089.

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

Color convert

RGB18517094-
CMYK00.080.490.27
HSL50.11º39.39%54.71%-
HSV(B)50.11º49.19%72.55%-
XYZ36.439.8716.37-
YUV165.8287.47141.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 94 (37.11% from 255) = 20.94%
R=41.20%
G=37.86%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851709400.080.490.2750.1139.3954.71
HexB9AA5E08311B322737
Octal2712521360106133624767
Binary101110011010101010111100100011000111011110010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA5E; }

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

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

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

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

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

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

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

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