#B4A66A

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

Shades of Gimblet #B4A66A

Tints of Gimblet #B4A66A

Color information

#B4A66A (or 0xB4A66A) is unknown color: approx Gimblet. HEX triplet: B4, A6 and 6A. RGB value is (180,166,106). Sum of RGB (Red+Green+Blue) = 180+166+106=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A66A is #4B5995. Grayscale: #A3A3A3. Windows color (decimal): -4938134 or 6989492. OLE color: 6989492.

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

Color convert

RGB180166106-
CMYK00.080.410.29
HSL48.65º33.04%56.08%-
HSV(B)48.65º41.11%70.59%-
XYZ35.0638.0219.13-
YUV163.3595.64139.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 166 (65.23% from 255) = 36.73%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=39.82%
G=36.73%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016610600.080.410.2948.6533.0456.08
HexB4A66A08291D312138
Octal2642461520105135614170
Binary101101001010011011010100100010100111101110001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A66A; }

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

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

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

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

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

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

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

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