#B5A56D

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

Shades of Gimblet #B5A56D

Tints of Gimblet #B5A56D

Color information

#B5A56D (or 0xB5A56D) is unknown color: approx Gimblet. HEX triplet: B5, A5 and 6D. RGB value is (181,165,109). Sum of RGB (Red+Green+Blue) = 181+165+109=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A56D is #4A5A92. Grayscale: #A3A3A3. Windows color (decimal): -4872851 or 7185845. OLE color: 7185845.

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

Color convert

RGB181165109-
CMYK00.090.400.29
HSL46.67º32.73%56.86%-
HSV(B)46.67º39.78%70.98%-
XYZ35.2737.8419.91-
YUV163.497.3140.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=39.78%
G=36.26%
B=23.96%

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
Decimal18116510900.090.400.2946.6732.7356.86
HexB5A56D09281D2f2139
Octal2652451550115035574171
Binary101101011010010111011010100110100011101101111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A56D; }

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

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

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

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

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

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

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

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