#B1A758

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

Shades of Gimblet #B1A758

Tints of Gimblet #B1A758

Color information

#B1A758 (or 0xB1A758) is unknown color: approx Gimblet. HEX triplet: B1, A7 and 58. RGB value is (177,167,88). Sum of RGB (Red+Green+Blue) = 177+167+88=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A758 is #4E58A7. Grayscale: #A1A1A1. Windows color (decimal): -5134504 or 5810097. OLE color: 5810097.

HSL color Cylindrical-coordinate representation of color #B1A758: hue angle of 53.26º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1A758 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17716788-
CMYK00.060.500.31
HSL53.26º36.33%51.96%-
HSV(B)53.26º50.28%69.41%-
XYZ33.7137.6914.73-
YUV160.9886.81139.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 167 (65.62% from 255) = 38.66%
BLUE value IS 88 (34.77% from 255) = 20.37%
R=40.97%
G=38.66%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771678800.060.500.3153.2636.3351.96
HexB1A75806321F352434
Octal261247130066237654464
Binary10110001101001111011000011011001011111110101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A758; }

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

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

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

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

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

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

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

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