#B4AA6E

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

Shades of Gimblet #B4AA6E

Tints of Gimblet #B4AA6E

Color information

#B4AA6E (or 0xB4AA6E) is unknown color: approx Gimblet. HEX triplet: B4, AA and 6E. RGB value is (180,170,110). Sum of RGB (Red+Green+Blue) = 180+170+110=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA6E is #4B5591. Grayscale: #A6A6A6. Windows color (decimal): -4937106 or 7252660. OLE color: 7252660.

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

Color convert

RGB180170110-
CMYK00.060.390.29
HSL51.43º31.82%56.86%-
HSV(B)51.43º38.89%70.59%-
XYZ36.0139.5820.49-
YUV166.1596.31137.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 110 (43.36% from 255) = 23.91%
R=39.13%
G=36.96%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017011000.060.390.2951.4331.8256.86
HexB4AA6E06271D332039
Octal264252156064735634071
Binary10110100101010101101110011010011111101110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA6E; }

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

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

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

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

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

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

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

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