#B2A55D

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

Shades of Gimblet #B2A55D

Tints of Gimblet #B2A55D

Color information

#B2A55D (or 0xB2A55D) is unknown color: approx Gimblet. HEX triplet: B2, A5 and 5D. RGB value is (178,165,93). Sum of RGB (Red+Green+Blue) = 178+165+93=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A55D is #4D5AA2. Grayscale: #A0A0A0. Windows color (decimal): -5069475 or 6137266. OLE color: 6137266.

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

Color convert

RGB17816593-
CMYK00.070.480.30
HSL50.82º35.56%53.14%-
HSV(B)50.82º47.75%69.8%-
XYZ33.7937.1715.75-
YUV160.6889.81140.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 165 (64.84% from 255) = 37.84%
BLUE value IS 93 (36.72% from 255) = 21.33%
R=40.83%
G=37.84%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781659300.070.480.3050.8235.5653.14
HexB2A55D07301E332435
Octal262245135076036634465
Binary10110010101001011011101011111000011110110011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A55D; }

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

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

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

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

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

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

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

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