#B5A85D

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

Shades of Gimblet #B5A85D

Tints of Gimblet #B5A85D

Color information

#B5A85D (or 0xB5A85D) is unknown color: approx Gimblet. HEX triplet: B5, A8 and 5D. RGB value is (181,168,93). Sum of RGB (Red+Green+Blue) = 181+168+93=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A85D is #4A57A2. Grayscale: #A3A3A3. Windows color (decimal): -4872099 or 6138037. OLE color: 6138037.

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

Color convert

RGB18116893-
CMYK00.070.490.29
HSL51.14º37.29%53.73%-
HSV(B)51.14º48.62%70.98%-
XYZ35.0338.6215.96-
YUV163.3488.31140.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 168 (66.02% from 255) = 38.01%
BLUE value IS 93 (36.72% from 255) = 21.04%
R=40.95%
G=38.01%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811689300.070.490.2951.1437.2953.73
HexB5A85D07311D332536
Octal265250135076135634566
Binary10110101101010001011101011111000111101110011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A85D; }

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

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

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

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

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

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

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

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