#B2A365

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

Shades of Gimblet #B2A365

Tints of Gimblet #B2A365

Color information

#B2A365 (or 0xB2A365) is unknown color: approx Gimblet. HEX triplet: B2, A3 and 65. RGB value is (178,163,101). Sum of RGB (Red+Green+Blue) = 178+163+101=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A365 is #4D5C9A. Grayscale: #A0A0A0. Windows color (decimal): -5069979 or 6661042. OLE color: 6661042.

HSL color Cylindrical-coordinate representation of color #B2A365: hue angle of 48.31º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2A365 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB178163101-
CMYK00.080.430.30
HSL48.31º33.33%54.71%-
HSV(B)48.31º43.26%69.8%-
XYZ33.8136.617.59-
YUV160.4294.47140.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 101 (39.84% from 255) = 22.85%
R=40.27%
G=36.88%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816310100.080.430.3048.3133.3354.71
HexB2A365082B1E302137
Octal2622431450105336604167
Binary101100101010001111001010100010101111110110000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A365; }

 p { color: rgb(178,163,101); }

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

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

 a { background-color: rgb(178,163,101); }

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

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

 span { border-color: rgb(178,163,101); }

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