#B9AE56

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

Shades of Gimblet #B9AE56

Tints of Gimblet #B9AE56

Color information

#B9AE56 (or 0xB9AE56) is unknown color: approx Gimblet. HEX triplet: B9, AE and 56. RGB value is (185,174,86). Sum of RGB (Red+Green+Blue) = 185+174+86=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AE56 is #4651A9. Grayscale: #A7A7A7. Windows color (decimal): -4608426 or 5680825. OLE color: 5680825.

HSL color Cylindrical-coordinate representation of color #B9AE56: hue angle of 53.33º 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 #B9AE56 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18517486-
CMYK00.060.540.27
HSL53.33º41.42%53.14%-
HSV(B)53.33º53.51%72.55%-
XYZ36.8241.2614.83-
YUV167.2682.14140.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 86 (33.98% from 255) = 19.33%
R=41.57%
G=39.10%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851748600.060.540.2753.3341.4253.14
HexB9AE5606361B352935
Octal271256126066633655165
Binary10111001101011101010110011011011011011110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE56; }

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

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

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

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

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

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

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

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