#B5A261

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

Shades of Gimblet #B5A261

Tints of Gimblet #B5A261

Color information

#B5A261 (or 0xB5A261) is unknown color: approx Gimblet. HEX triplet: B5, A2 and 61. RGB value is (181,162,97). Sum of RGB (Red+Green+Blue) = 181+162+97=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A261 is #4A5D9E. Grayscale: #A0A0A0. Windows color (decimal): -4873631 or 6398645. OLE color: 6398645.

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

Color convert

RGB18116297-
CMYK00.100.460.29
HSL46.43º36.21%54.51%-
HSV(B)46.43º46.41%70.98%-
XYZ34.1336.5316.56-
YUV160.2792.29142.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 97 (38.28% from 255) = 22.05%
R=41.14%
G=36.82%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811629700.100.460.2946.4336.2154.51
HexB5A2610A2E1D2e2437
Octal2652421410125635564467
Binary101101011010001011000010101010111011101101110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A261; }

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

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

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

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

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

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

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

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