#B5A36E

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

Shades of Gimblet #B5A36E

Tints of Gimblet #B5A36E

Color information

#B5A36E (or 0xB5A36E) is unknown color: approx Gimblet. HEX triplet: B5, A3 and 6E. RGB value is (181,163,110). Sum of RGB (Red+Green+Blue) = 181+163+110=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A36E is #4A5C91. Grayscale: #A2A2A2. Windows color (decimal): -4873362 or 7250869. OLE color: 7250869.

HSL color Cylindrical-coordinate representation of color #B5A36E: hue angle of 44.79º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5A36E is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181163110-
CMYK00.100.390.29
HSL44.79º32.42%57.06%-
HSV(B)44.79º39.23%70.98%-
XYZ34.9737.1420.08-
YUV162.3498.46141.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 163 (64.06% from 255) = 35.90%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=39.87%
G=35.90%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116311000.100.390.2944.7932.4257.06
HexB5A36E0A271D2d2039
Octal2652431560124735554071
Binary101101011010001111011100101010011111101101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A36E; }

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

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

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

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

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

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

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

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