#B9AA5B

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

Shades of Gimblet #B9AA5B

Tints of Gimblet #B9AA5B

Color information

#B9AA5B (or 0xB9AA5B) is unknown color: approx Gimblet. HEX triplet: B9, AA and 5B. RGB value is (185,170,91). Sum of RGB (Red+Green+Blue) = 185+170+91=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA5B is #4655A4. Grayscale: #A5A5A5. Windows color (decimal): -4609445 or 6007481. OLE color: 6007481.

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

Color convert

RGB18517091-
CMYK00.080.510.27
HSL50.43º40.17%54.12%-
HSV(B)50.43º50.81%72.55%-
XYZ36.2739.8215.67-
YUV165.4885.97141.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 91 (35.94% from 255) = 20.40%
R=41.48%
G=38.12%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851709100.080.510.2750.4340.1754.12
HexB9AA5B08331B322836
Octal2712521330106333625066
Binary101110011010101010110110100011001111011110010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA5B; }

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

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

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

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

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

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

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

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