#B3AA64

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

Shades of Gimblet #B3AA64

Tints of Gimblet #B3AA64

Color information

#B3AA64 (or 0xB3AA64) is unknown color: approx Gimblet. HEX triplet: B3, AA and 64. RGB value is (179,170,100). Sum of RGB (Red+Green+Blue) = 179+170+100=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA64 is #4C559B. Grayscale: #A5A5A5. Windows color (decimal): -5002652 or 6597299. OLE color: 6597299.

HSL color Cylindrical-coordinate representation of color #B3AA64: hue angle of 53.16º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3AA64 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB179170100-
CMYK00.050.440.30
HSL53.16º34.2%54.71%-
HSV(B)53.16º44.13%70.2%-
XYZ35.2739.2517.77-
YUV164.7191.48138.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 100 (39.45% from 255) = 22.27%
R=39.87%
G=37.86%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917010000.050.440.3053.1634.254.71
HexB3AA64052C1E352237
Octal263252144055436654267
Binary10110011101010101100100010110110011110110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA64; }

 p { color: rgb(179,170,100); }

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

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

 a { background-color: rgb(179,170,100); }

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

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

 span { border-color: rgb(179,170,100); }

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