#B5A15C

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

Shades of Gimblet #B5A15C

Tints of Gimblet #B5A15C

Color information

#B5A15C (or 0xB5A15C) is unknown color: approx Gimblet. HEX triplet: B5, A1 and 5C. RGB value is (181,161,92). Sum of RGB (Red+Green+Blue) = 181+161+92=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A15C is #4A5EA3. Grayscale: #9F9F9F. Windows color (decimal): -4873892 or 6070709. OLE color: 6070709.

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

Color convert

RGB18116192-
CMYK00.110.490.29
HSL46.52º37.55%53.53%-
HSV(B)46.52º49.17%70.98%-
XYZ33.7336.0915.31-
YUV159.1190.13143.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 161 (63.28% from 255) = 37.10%
BLUE value IS 92 (36.33% from 255) = 21.20%
R=41.71%
G=37.10%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811619200.110.490.2946.5237.5553.53
HexB5A15C0B311D2f2636
Octal2652411340136135574666
Binary101101011010000110111000101111000111101101111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A15C; }

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

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

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

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

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

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

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

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