#B1A75F

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

Shades of Gimblet #B1A75F

Tints of Gimblet #B1A75F

Color information

#B1A75F (or 0xB1A75F) is unknown color: approx Gimblet. HEX triplet: B1, A7 and 5F. RGB value is (177,167,95). Sum of RGB (Red+Green+Blue) = 177+167+95=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A75F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A75F is #4E58A0. Grayscale: #A2A2A2. Windows color (decimal): -5134497 or 6268849. OLE color: 6268849.

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

Color convert

RGB17716795-
CMYK00.060.460.31
HSL52.68º34.45%53.33%-
HSV(B)52.68º46.33%69.41%-
XYZ34.0237.8116.33-
YUV161.7890.31138.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 167 (65.62% from 255) = 38.04%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=40.32%
G=38.04%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771679500.060.460.3152.6834.4553.33
HexB1A75F062E1F352235
Octal261247137065637654265
Binary10110001101001111011111011010111011111110101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A75F; }

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

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

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

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

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

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

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

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