#B9AA56

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

Shades of Gimblet #B9AA56

Tints of Gimblet #B9AA56

Color information

#B9AA56 (or 0xB9AA56) is unknown color: approx Gimblet. HEX triplet: B9, AA and 56. RGB value is (185,170,86). Sum of RGB (Red+Green+Blue) = 185+170+86=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA56 is #4655A9. Grayscale: #A5A5A5. Windows color (decimal): -4609450 or 5679801. OLE color: 5679801.

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

Color convert

RGB18517086-
CMYK00.080.540.27
HSL50.91º41.42%53.14%-
HSV(B)50.91º53.51%72.55%-
XYZ36.0639.7414.57-
YUV164.9183.47142.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 170 (66.80% from 255) = 38.55%
BLUE value IS 86 (33.98% from 255) = 19.50%
R=41.95%
G=38.55%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851708600.080.540.2750.9141.4253.14
HexB9AA5608361B332935
Octal2712521260106633635165
Binary101110011010101010101100100011011011011110011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA56; }

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

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

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

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

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

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

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

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