#B5A35D

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

Shades of Gimblet #B5A35D

Tints of Gimblet #B5A35D

Color information

#B5A35D (or 0xB5A35D) is unknown color: approx Gimblet. HEX triplet: B5, A3 and 5D. RGB value is (181,163,93). Sum of RGB (Red+Green+Blue) = 181+163+93=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A35D is #4A5CA2. Grayscale: #A0A0A0. Windows color (decimal): -4873379 or 6136757. OLE color: 6136757.

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

Color convert

RGB18116393-
CMYK00.100.490.29
HSL47.73º37.29%53.73%-
HSV(B)47.73º48.62%70.98%-
XYZ34.1336.8115.66-
YUV160.489.96142.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 163 (64.06% from 255) = 37.30%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=41.42%
G=37.30%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811639300.100.490.2947.7337.2953.73
HexB5A35D0A311D302536
Octal2652431350126135604566
Binary101101011010001110111010101011000111101110000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A35D; }

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

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

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

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

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

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

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

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