#B2A66E

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

Shades of Gimblet #B2A66E

Tints of Gimblet #B2A66E

Color information

#B2A66E (or 0xB2A66E) is unknown color: approx Gimblet. HEX triplet: B2, A6 and 6E. RGB value is (178,166,110). Sum of RGB (Red+Green+Blue) = 178+166+110=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A66E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A66E is #4D5991. Grayscale: #A3A3A3. Windows color (decimal): -5069202 or 7251634. OLE color: 7251634.

HSL color Cylindrical-coordinate representation of color #B2A66E: hue angle of 49.41º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2A66E is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB178166110-
CMYK00.070.380.30
HSL49.41º30.63%56.47%-
HSV(B)49.41º38.2%69.8%-
XYZ34.8137.8620.23-
YUV163.297.98138.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.21%
GREEN value IS 166 (65.23% from 255) = 36.56%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=39.21%
G=36.56%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816611000.070.380.3049.4130.6356.47
HexB2A66E07261E311f38
Octal262246156074636613770
Binary1011001010100110110111001111001101111011000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A66E; }

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

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

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

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

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

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

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

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