#B2A66C

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

Shades of Gimblet #B2A66C

Tints of Gimblet #B2A66C

Color information

#B2A66C (or 0xB2A66C) is unknown color: approx Gimblet. HEX triplet: B2, A6 and 6C. RGB value is (178,166,108). Sum of RGB (Red+Green+Blue) = 178+166+108=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A66C is #4D5993. Grayscale: #A3A3A3. Windows color (decimal): -5069204 or 7120562. OLE color: 7120562.

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

Color convert

RGB178166108-
CMYK00.070.390.30
HSL49.71º31.25%56.08%-
HSV(B)49.71º39.33%69.8%-
XYZ34.737.8219.66-
YUV162.9896.98138.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 166 (65.23% from 255) = 36.73%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=39.38%
G=36.73%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816610800.070.390.3049.7131.2556.08
HexB2A66C07271E321f38
Octal262246154074736623770
Binary1011001010100110110110001111001111111011001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A66C; }

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

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

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

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

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

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

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

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