#B4AA60

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

Shades of Gimblet #B4AA60

Tints of Gimblet #B4AA60

Color information

#B4AA60 (or 0xB4AA60) is unknown color: approx Gimblet. HEX triplet: B4, AA and 60. RGB value is (180,170,96). Sum of RGB (Red+Green+Blue) = 180+170+96=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA60 is #4B559F. Grayscale: #A4A4A4. Windows color (decimal): -4937120 or 6335156. OLE color: 6335156.

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

Color convert

RGB18017096-
CMYK00.060.470.29
HSL52.86º35.9%54.12%-
HSV(B)52.86º46.67%70.59%-
XYZ35.3139.316.79-
YUV164.5589.31139.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 96 (37.89% from 255) = 21.52%
R=40.36%
G=38.12%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801709600.060.470.2952.8635.954.12
HexB4AA60062F1D352436
Octal264252140065735654466
Binary10110100101010101100000011010111111101110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA60; }

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

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

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

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

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

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

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

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