#B4AA66

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

Shades of Gimblet #B4AA66

Tints of Gimblet #B4AA66

Color information

#B4AA66 (or 0xB4AA66) is unknown color: approx Gimblet. HEX triplet: B4, AA and 66. RGB value is (180,170,102). Sum of RGB (Red+Green+Blue) = 180+170+102=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA66 is #4B5599. Grayscale: #A5A5A5. Windows color (decimal): -4937114 or 6728372. OLE color: 6728372.

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

Color convert

RGB180170102-
CMYK00.060.430.29
HSL52.31º34.21%55.29%-
HSV(B)52.31º43.33%70.59%-
XYZ35.639.4118.3-
YUV165.2492.31138.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 102 (40.23% from 255) = 22.57%
R=39.82%
G=37.61%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017010200.060.430.2952.3134.2155.29
HexB4AA66062B1D342237
Octal264252146065335644267
Binary10110100101010101100110011010101111101110100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA66; }

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

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

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

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

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

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

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

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