#B4A46E

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

Shades of Gimblet #B4A46E

Tints of Gimblet #B4A46E

Color information

#B4A46E (or 0xB4A46E) is unknown color: approx Gimblet. HEX triplet: B4, A4 and 6E. RGB value is (180,164,110). Sum of RGB (Red+Green+Blue) = 180+164+110=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A46E is #4B5B91. Grayscale: #A2A2A2. Windows color (decimal): -4938642 or 7251124. OLE color: 7251124.

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

Color convert

RGB180164110-
CMYK00.090.390.29
HSL46.29º31.82%56.86%-
HSV(B)46.29º38.89%70.59%-
XYZ34.9137.3820.13-
YUV162.6398.3140.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=39.65%
G=36.12%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016411000.090.390.2946.2931.8256.86
HexB4A46E09271D2e2039
Octal2642441560114735564071
Binary101101001010010011011100100110011111101101110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A46E; }

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

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

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

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

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

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

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

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