#B5A671

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

Shades of Gimblet #B5A671

Tints of Gimblet #B5A671

Color information

#B5A671 (or 0xB5A671) is unknown color: approx Gimblet. HEX triplet: B5, A6 and 71. RGB value is (181,166,113). Sum of RGB (Red+Green+Blue) = 181+166+113=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A671 is #4A598E. Grayscale: #A4A4A4. Windows color (decimal): -4872591 or 7448245. OLE color: 7448245.

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

Color convert

RGB181166113-
CMYK00.080.380.29
HSL46.76º31.48%57.65%-
HSV(B)46.76º37.57%70.98%-
XYZ35.6738.2921.13-
YUV164.4498.97139.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 166 (65.23% from 255) = 36.09%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=39.35%
G=36.09%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116611300.080.380.2946.7631.4857.65
HexB5A67108261D2f1f3a
Octal2652461610104635573772
Binary10110101101001101110001010001001101110110111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A671; }

 p { color: rgb(181,166,113); }

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

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

 a { background-color: rgb(181,166,113); }

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

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

 span { border-color: rgb(181,166,113); }

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