#B5A45B

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

Shades of Gimblet #B5A45B

Tints of Gimblet #B5A45B

Color information

#B5A45B (or 0xB5A45B) is unknown color: approx Gimblet. HEX triplet: B5, A4 and 5B. RGB value is (181,164,91). Sum of RGB (Red+Green+Blue) = 181+164+91=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A45B is #4A5BA4. Grayscale: #A1A1A1. Windows color (decimal): -4873125 or 6005941. OLE color: 6005941.

HSL color Cylindrical-coordinate representation of color #B5A45B: hue angle of 48.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5A45B is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18116491-
CMYK00.090.500.29
HSL48.67º37.82%53.33%-
HSV(B)48.67º49.72%70.98%-
XYZ34.2237.1315.26-
YUV160.7688.63142.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 91 (35.94% from 255) = 20.87%
R=41.51%
G=37.61%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811649100.090.500.2948.6737.8253.33
HexB5A45B09321D312635
Octal2652441330116235614665
Binary101101011010010010110110100111001011101110001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A45B; }

 p { color: rgb(181,164,91); }

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

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

 a { background-color: rgb(181,164,91); }

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

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

 span { border-color: rgb(181,164,91); }

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