#B1A36E

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

Shades of Gimblet #B1A36E

Tints of Gimblet #B1A36E

Color information

#B1A36E (or 0xB1A36E) is unknown color: approx Gimblet. HEX triplet: B1, A3 and 6E. RGB value is (177,163,110). Sum of RGB (Red+Green+Blue) = 177+163+110=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A36E is #4E5C91. Grayscale: #A1A1A1. Windows color (decimal): -5135506 or 7250865. OLE color: 7250865.

HSL color Cylindrical-coordinate representation of color #B1A36E: hue angle of 47.46º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1A36E is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB177163110-
CMYK00.080.380.31
HSL47.46º30.04%56.27%-
HSV(B)47.46º37.85%69.41%-
XYZ34.0436.6720.04-
YUV161.1499.14139.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 110 (43.36% from 255) = 24.44%
R=39.33%
G=36.22%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716311000.080.380.3147.4630.0456.27
HexB1A36E08261F2f1e38
Octal2612431560104637573670
Binary10110001101000111101110010001001101111110111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A36E; }

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

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

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

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

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

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

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

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