#B5A45C

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

Shades of Gimblet #B5A45C

Tints of Gimblet #B5A45C

Color information

#B5A45C (or 0xB5A45C) is unknown color: approx Gimblet. HEX triplet: B5, A4 and 5C. RGB value is (181,164,92). Sum of RGB (Red+Green+Blue) = 181+164+92=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A45C is #4A5BA3. Grayscale: #A1A1A1. Windows color (decimal): -4873124 or 6071477. OLE color: 6071477.

HSL color Cylindrical-coordinate representation of color #B5A45C: hue angle of 48.54º degrees, saturation: 0.38, 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 #B5A45C is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18116492-
CMYK00.090.490.29
HSL48.54º37.55%53.53%-
HSV(B)48.54º49.17%70.98%-
XYZ34.2637.1515.49-
YUV160.8889.13142.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=41.42%
G=37.53%
B=21.05%

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
Decimal1811649200.090.490.2948.5437.5553.53
HexB5A45C09311D312636
Octal2652441340116135614666
Binary101101011010010010111000100111000111101110001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A45C; }

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

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

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

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

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

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

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

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