#B1A35B

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

Shades of Gimblet #B1A35B

Tints of Gimblet #B1A35B

Color information

#B1A35B (or 0xB1A35B) is unknown color: approx Gimblet. HEX triplet: B1, A3 and 5B. RGB value is (177,163,91). Sum of RGB (Red+Green+Blue) = 177+163+91=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A35B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A35B is #4E5CA4. Grayscale: #9F9F9F. Windows color (decimal): -5135525 or 6005681. OLE color: 6005681.

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

Color convert

RGB17716391-
CMYK00.080.490.31
HSL50.23º35.54%52.55%-
HSV(B)50.23º48.59%69.41%-
XYZ33.1236.315.16-
YUV158.9889.64140.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 163 (64.06% from 255) = 37.82%
BLUE value IS 91 (35.94% from 255) = 21.11%
R=41.07%
G=37.82%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771639100.080.490.3150.2335.5452.55
HexB1A35B08311F322435
Octal2612431330106137624465
Binary101100011010001110110110100011000111111110010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A35B; }

 p { color: rgb(177,163,91); }

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

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

 a { background-color: rgb(177,163,91); }

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

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

 span { border-color: rgb(177,163,91); }

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