#B5A360

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

Shades of Gimblet #B5A360

Tints of Gimblet #B5A360

Color information

#B5A360 (or 0xB5A360) is unknown color: approx Gimblet. HEX triplet: B5, A3 and 60. RGB value is (181,163,96). Sum of RGB (Red+Green+Blue) = 181+163+96=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A360 is #4A5C9F. Grayscale: #A1A1A1. Windows color (decimal): -4873376 or 6333365. OLE color: 6333365.

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

Color convert

RGB18116396-
CMYK00.100.470.29
HSL47.29º36.48%54.31%-
HSV(B)47.29º46.96%70.98%-
XYZ34.2636.8616.38-
YUV160.7491.46142.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=41.14%
G=37.05%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811639600.100.470.2947.2936.4854.31
HexB5A3600A2F1D2f2436
Octal2652431400125735574466
Binary101101011010001111000000101010111111101101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A360; }

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

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

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

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

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

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

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

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