#B4AA64

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

Shades of Gimblet #B4AA64

Tints of Gimblet #B4AA64

Color information

#B4AA64 (or 0xB4AA64) is unknown color: approx Gimblet. HEX triplet: B4, AA and 64. RGB value is (180,170,100). Sum of RGB (Red+Green+Blue) = 180+170+100=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA64 is #4B559B. Grayscale: #A5A5A5. Windows color (decimal): -4937116 or 6597300. OLE color: 6597300.

HSL color Cylindrical-coordinate representation of color #B4AA64: hue angle of 52.5º 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 #B4AA64 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180170100-
CMYK00.060.440.29
HSL52.5º34.78%54.9%-
HSV(B)52.5º44.44%70.59%-
XYZ35.539.3717.79-
YUV165.0191.31138.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=40%
G=37.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017010000.060.440.2952.534.7854.9
HexB4AA64062C1D342337
Octal264252144065435644367
Binary10110100101010101100100011010110011101110100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA64; }

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

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

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

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

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

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

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

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