#B1A36A

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

Shades of Gimblet #B1A36A

Tints of Gimblet #B1A36A

Color information

#B1A36A (or 0xB1A36A) is unknown color: approx Gimblet. HEX triplet: B1, A3 and 6A. RGB value is (177,163,106). Sum of RGB (Red+Green+Blue) = 177+163+106=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A36A is #4E5C95. Grayscale: #A0A0A0. Windows color (decimal): -5135510 or 6988721. OLE color: 6988721.

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

Color convert

RGB177163106-
CMYK00.080.400.31
HSL48.17º31.28%55.49%-
HSV(B)48.17º40.11%69.41%-
XYZ33.8336.5818.91-
YUV160.6997.14139.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 163 (64.06% from 255) = 36.55%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=39.69%
G=36.55%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716310600.080.400.3148.1731.2855.49
HexB1A36A08281F301f37
Octal2612431520105037603767
Binary10110001101000111101010010001010001111111000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A36A; }

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

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

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

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

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

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

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

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