#B4A666

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

Shades of Gimblet #B4A666

Tints of Gimblet #B4A666

Color information

#B4A666 (or 0xB4A666) is unknown color: approx Gimblet. HEX triplet: B4, A6 and 66. RGB value is (180,166,102). Sum of RGB (Red+Green+Blue) = 180+166+102=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A666 is #4B5999. Grayscale: #A3A3A3. Windows color (decimal): -4938138 or 6727348. OLE color: 6727348.

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

Color convert

RGB180166102-
CMYK00.080.430.29
HSL49.23º34.21%55.29%-
HSV(B)49.23º43.33%70.59%-
XYZ34.8637.9418.06-
YUV162.8993.64140.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=40.18%
G=37.05%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016610200.080.430.2949.2334.2155.29
HexB4A666082B1D312237
Octal2642461460105335614267
Binary101101001010011011001100100010101111101110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A666; }

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

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

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

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

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

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

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

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