#B5A26E

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

Shades of Gimblet #B5A26E

Tints of Gimblet #B5A26E

Color information

#B5A26E (or 0xB5A26E) is unknown color: approx Gimblet. HEX triplet: B5, A2 and 6E. RGB value is (181,162,110). Sum of RGB (Red+Green+Blue) = 181+162+110=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A26E is #4A5D91. Grayscale: #A1A1A1. Windows color (decimal): -4873618 or 7250613. OLE color: 7250613.

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

Color convert

RGB181162110-
CMYK00.100.390.29
HSL43.94º32.42%57.06%-
HSV(B)43.94º39.23%70.98%-
XYZ34.7936.7920.02-
YUV161.7598.79141.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 162 (63.67% from 255) = 35.76%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=39.96%
G=35.76%
B=24.28%

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
Decimal18116211000.100.390.2943.9432.4257.06
HexB5A26E0A271D2c2039
Octal2652421560124735544071
Binary101101011010001011011100101010011111101101100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A26E; }

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

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

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

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

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

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

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

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