#B5A55D

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

Shades of Gimblet #B5A55D

Tints of Gimblet #B5A55D

Color information

#B5A55D (or 0xB5A55D) is unknown color: approx Gimblet. HEX triplet: B5, A5 and 5D. RGB value is (181,165,93). Sum of RGB (Red+Green+Blue) = 181+165+93=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A55D is #4A5AA2. Grayscale: #A1A1A1. Windows color (decimal): -4872867 or 6137269. OLE color: 6137269.

HSL color Cylindrical-coordinate representation of color #B5A55D: hue angle of 49.09º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5A55D is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18116593-
CMYK00.090.490.29
HSL49.09º37.29%53.73%-
HSV(B)49.09º48.62%70.98%-
XYZ34.4937.5215.78-
YUV161.5889.3141.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 93 (36.72% from 255) = 21.18%
R=41.23%
G=37.59%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811659300.090.490.2949.0937.2953.73
HexB5A55D09311D312536
Octal2652451350116135614566
Binary101101011010010110111010100111000111101110001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A55D; }

 p { color: rgb(181,165,93); }

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

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

 a { background-color: rgb(181,165,93); }

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

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

 span { border-color: rgb(181,165,93); }

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