#B2A263

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

Shades of Gimblet #B2A263

Tints of Gimblet #B2A263

Color information

#B2A263 (or 0xB2A263) is unknown color: approx Gimblet. HEX triplet: B2, A2 and 63. RGB value is (178,162,99). Sum of RGB (Red+Green+Blue) = 178+162+99=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A263 is #4D5D9C. Grayscale: #9F9F9F. Windows color (decimal): -5070237 or 6529714. OLE color: 6529714.

HSL color Cylindrical-coordinate representation of color #B2A263: hue angle of 47.85º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2A263 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17816299-
CMYK00.090.440.30
HSL47.85º33.91%54.31%-
HSV(B)47.85º44.38%69.8%-
XYZ33.5336.2117.03-
YUV159.693.8141.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 99 (39.06% from 255) = 22.55%
R=40.55%
G=36.90%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781629900.090.440.3047.8533.9154.31
HexB2A263092C1E302236
Octal2622421430115436604266
Binary101100101010001011000110100110110011110110000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A263; }

 p { color: rgb(178,162,99); }

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

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

 a { background-color: rgb(178,162,99); }

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

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

 span { border-color: rgb(178,162,99); }

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