#B1A55D

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

Shades of Gimblet #B1A55D

Tints of Gimblet #B1A55D

Color information

#B1A55D (or 0xB1A55D) is unknown color: approx Gimblet. HEX triplet: B1, A5 and 5D. RGB value is (177,165,93). Sum of RGB (Red+Green+Blue) = 177+165+93=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A55D is #4E5AA2. Grayscale: #A0A0A0. Windows color (decimal): -5135011 or 6137265. OLE color: 6137265.

HSL color Cylindrical-coordinate representation of color #B1A55D: hue angle of 51.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1A55D is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17716593-
CMYK00.070.470.31
HSL51.43º35%52.94%-
HSV(B)51.43º47.46%69.41%-
XYZ33.5637.0515.74-
YUV160.3889.98139.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=40.69%
G=37.93%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771659300.070.470.3151.433552.94
HexB1A55D072F1F332335
Octal261245135075737634365
Binary10110001101001011011101011110111111111110011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A55D; }

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

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

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

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

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

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

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

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