#B5A966

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

Shades of Gimblet #B5A966

Tints of Gimblet #B5A966

Color information

#B5A966 (or 0xB5A966) is unknown color: approx Gimblet. HEX triplet: B5, A9 and 66. RGB value is (181,169,102). Sum of RGB (Red+Green+Blue) = 181+169+102=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A966 is #4A5699. Grayscale: #A5A5A5. Windows color (decimal): -4871834 or 6728117. OLE color: 6728117.

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

Color convert

RGB181169102-
CMYK00.070.440.29
HSL50.89º34.8%55.49%-
HSV(B)50.89º43.65%70.98%-
XYZ35.6439.1618.25-
YUV164.9592.48139.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 102 (40.23% from 255) = 22.57%
R=40.04%
G=37.39%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116910200.070.440.2950.8934.855.49
HexB5A966072C1D332337
Octal265251146075435634367
Binary10110101101010011100110011110110011101110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A966; }

 p { color: rgb(181,169,102); }

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

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

 a { background-color: rgb(181,169,102); }

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

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

 span { border-color: rgb(181,169,102); }

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