#B1A359

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

Shades of Gimblet #B1A359

Tints of Gimblet #B1A359

Color information

#B1A359 (or 0xB1A359) is unknown color: approx Gimblet. HEX triplet: B1, A3 and 59. RGB value is (177,163,89). Sum of RGB (Red+Green+Blue) = 177+163+89=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A359 is #4E5CA6. Grayscale: #9F9F9F. Windows color (decimal): -5135527 or 5874609. OLE color: 5874609.

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

Color convert

RGB17716389-
CMYK00.080.500.31
HSL50.45º36.07%52.16%-
HSV(B)50.45º49.72%69.41%-
XYZ33.0336.2614.71-
YUV158.7588.64141.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 89 (35.16% from 255) = 20.75%
R=41.26%
G=38.00%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771638900.080.500.3150.4536.0752.16
HexB1A35908321F322434
Octal2612431310106237624464
Binary101100011010001110110010100011001011111110010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A359; }

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

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

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

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

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

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

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

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