#B5A16C

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

Shades of Gimblet #B5A16C

Tints of Gimblet #B5A16C

Color information

#B5A16C (or 0xB5A16C) is unknown color: approx Gimblet. HEX triplet: B5, A1 and 6C. RGB value is (181,161,108). Sum of RGB (Red+Green+Blue) = 181+161+108=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A16C is #4A5E93. Grayscale: #A1A1A1. Windows color (decimal): -4873876 or 7119285. OLE color: 7119285.

HSL color Cylindrical-coordinate representation of color #B5A16C: hue angle of 43.56º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5A16C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB181161108-
CMYK00.110.400.29
HSL43.56º33.03%56.67%-
HSV(B)43.56º40.33%70.98%-
XYZ34.5136.419.39-
YUV160.9498.13142.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 161 (63.28% from 255) = 35.78%
BLUE value IS 108 (42.58% from 255) = 24%
R=40.22%
G=35.78%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116110800.110.400.2943.5633.0356.67
HexB5A16C0B281D2c2139
Octal2652411540135035544171
Binary101101011010000111011000101110100011101101100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A16C; }

 p { color: rgb(181,161,108); }

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

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

 a { background-color: rgb(181,161,108); }

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

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

 span { border-color: rgb(181,161,108); }

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