#B4AA61

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

Shades of Gimblet #B4AA61

Tints of Gimblet #B4AA61

Color information

#B4AA61 (or 0xB4AA61) is unknown color: approx Gimblet. HEX triplet: B4, AA and 61. RGB value is (180,170,97). Sum of RGB (Red+Green+Blue) = 180+170+97=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA61 is #4B559E. Grayscale: #A4A4A4. Windows color (decimal): -4937119 or 6400692. OLE color: 6400692.

HSL color Cylindrical-coordinate representation of color #B4AA61: hue angle of 52.77º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4AA61 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18017097-
CMYK00.060.460.29
HSL52.77º35.62%54.31%-
HSV(B)52.77º46.11%70.59%-
XYZ35.3539.3217.03-
YUV164.6789.81138.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=40.27%
G=38.03%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801709700.060.460.2952.7735.6254.31
HexB4AA61062E1D352436
Octal264252141065635654466
Binary10110100101010101100001011010111011101110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA61; }

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

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

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

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

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

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

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

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