#B4A66E

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

Shades of Gimblet #B4A66E

Tints of Gimblet #B4A66E

Color information

#B4A66E (or 0xB4A66E) is unknown color: approx Gimblet. HEX triplet: B4, A6 and 6E. RGB value is (180,166,110). Sum of RGB (Red+Green+Blue) = 180+166+110=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A66E is #4B5991. Grayscale: #A4A4A4. Windows color (decimal): -4938130 or 7251636. OLE color: 7251636.

HSL color Cylindrical-coordinate representation of color #B4A66E: hue angle of 48º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4A66E is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180166110-
CMYK00.080.390.29
HSL48º31.82%56.86%-
HSV(B)48º38.89%70.59%-
XYZ35.2738.120.25-
YUV163.897.64139.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=39.47%
G=36.40%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016611000.080.390.294831.8256.86
HexB4A66E08271D302039
Octal2642461560104735604071
Binary101101001010011011011100100010011111101110000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A66E; }

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

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

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

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

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

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

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

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