#B2A565

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

Shades of Gimblet #B2A565

Tints of Gimblet #B2A565

Color information

#B2A565 (or 0xB2A565) is unknown color: approx Gimblet. HEX triplet: B2, A5 and 65. RGB value is (178,165,101). Sum of RGB (Red+Green+Blue) = 178+165+101=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A565 is #4D5A9A. Grayscale: #A1A1A1. Windows color (decimal): -5069467 or 6661554. OLE color: 6661554.

HSL color Cylindrical-coordinate representation of color #B2A565: hue angle of 49.87º 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 #B2A565 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB178165101-
CMYK00.070.430.30
HSL49.87º33.33%54.71%-
HSV(B)49.87º43.26%69.8%-
XYZ34.1637.3117.71-
YUV161.5993.81139.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 165 (64.84% from 255) = 37.16%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=40.09%
G=37.16%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816510100.070.430.3049.8733.3354.71
HexB2A565072B1E322137
Octal262245145075336624167
Binary10110010101001011100101011110101111110110010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A565; }

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

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

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

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

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

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

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

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