#B1A459

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

Shades of Gimblet #B1A459

Tints of Gimblet #B1A459

Color information

#B1A459 (or 0xB1A459) is unknown color: approx Gimblet. HEX triplet: B1, A4 and 59. RGB value is (177,164,89). Sum of RGB (Red+Green+Blue) = 177+164+89=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A459 is #4E5BA6. Grayscale: #9F9F9F. Windows color (decimal): -5135271 or 5874865. OLE color: 5874865.

HSL color Cylindrical-coordinate representation of color #B1A459: hue angle of 51.14º 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 #B1A459 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17716489-
CMYK00.070.500.31
HSL51.14º36.07%52.16%-
HSV(B)51.14º49.72%69.41%-
XYZ33.2136.6214.77-
YUV159.3488.31140.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 164 (64.45% from 255) = 38.14%
BLUE value IS 89 (35.16% from 255) = 20.70%
R=41.16%
G=38.14%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771648900.070.500.3151.1436.0752.16
HexB1A45907321F332434
Octal261244131076237634464
Binary10110001101001001011001011111001011111110011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A459; }

 p { color: rgb(177,164,89); }

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

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

 a { background-color: rgb(177,164,89); }

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

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

 span { border-color: rgb(177,164,89); }

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