#B1A75C

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

Shades of Gimblet #B1A75C

Tints of Gimblet #B1A75C

Color information

#B1A75C (or 0xB1A75C) is unknown color: approx Gimblet. HEX triplet: B1, A7 and 5C. RGB value is (177,167,92). Sum of RGB (Red+Green+Blue) = 177+167+92=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A75C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A75C is #4E58A3. Grayscale: #A1A1A1. Windows color (decimal): -5134500 or 6072241. OLE color: 6072241.

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

Color convert

RGB17716792-
CMYK00.060.480.31
HSL52.94º35.27%52.75%-
HSV(B)52.94º48.02%69.41%-
XYZ33.8837.7615.63-
YUV161.4488.81139.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 167 (65.62% from 255) = 38.30%
BLUE value IS 92 (36.33% from 255) = 21.10%
R=40.60%
G=38.30%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771679200.060.480.3152.9435.2752.75
HexB1A75C06301F352335
Octal261247134066037654365
Binary10110001101001111011100011011000011111110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A75C; }

 p { color: rgb(177,167,92); }

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

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

 a { background-color: rgb(177,167,92); }

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

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

 span { border-color: rgb(177,167,92); }

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