#B5A46D

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

Shades of Gimblet #B5A46D

Tints of Gimblet #B5A46D

Color information

#B5A46D (or 0xB5A46D) is unknown color: approx Gimblet. HEX triplet: B5, A4 and 6D. RGB value is (181,164,109). Sum of RGB (Red+Green+Blue) = 181+164+109=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A46D is #4A5B92. Grayscale: #A3A3A3. Windows color (decimal): -4873107 or 7185589. OLE color: 7185589.

HSL color Cylindrical-coordinate representation of color #B5A46D: hue angle of 45.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5A46D is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB181164109-
CMYK00.090.400.29
HSL45.83º32.73%56.86%-
HSV(B)45.83º39.78%70.98%-
XYZ35.0937.4819.85-
YUV162.8197.63140.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=39.87%
G=36.12%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116410900.090.400.2945.8332.7356.86
HexB5A46D09281D2e2139
Octal2652441550115035564171
Binary101101011010010011011010100110100011101101110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A46D; }

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

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

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

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

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

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

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

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