#B4AA65

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

Shades of Gimblet #B4AA65

Tints of Gimblet #B4AA65

Color information

#B4AA65 (or 0xB4AA65) is unknown color: approx Gimblet. HEX triplet: B4, AA and 65. RGB value is (180,170,101). Sum of RGB (Red+Green+Blue) = 180+170+101=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA65 is #4B559A. Grayscale: #A5A5A5. Windows color (decimal): -4937115 or 6662836. OLE color: 6662836.

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

Color convert

RGB180170101-
CMYK00.060.440.29
HSL52.41º34.5%55.1%-
HSV(B)52.41º43.89%70.59%-
XYZ35.5539.3918.04-
YUV165.1291.81138.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 170 (66.80% from 255) = 37.69%
BLUE value IS 101 (39.84% from 255) = 22.39%
R=39.91%
G=37.69%
B=22.39%

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
Decimal18017010100.060.440.2952.4134.555.1
HexB4AA65062C1D342237
Octal264252145065435644267
Binary10110100101010101100101011010110011101110100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA65; }

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

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

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

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

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

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

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

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