#B1AA6E

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

Shades of Gimblet #B1AA6E

Tints of Gimblet #B1AA6E

Color information

#B1AA6E (or 0xB1AA6E) is unknown color: approx Gimblet. HEX triplet: B1, AA and 6E. RGB value is (177,170,110). Sum of RGB (Red+Green+Blue) = 177+170+110=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA6E is #4E5591. Grayscale: #A5A5A5. Windows color (decimal): -5133714 or 7252657. OLE color: 7252657.

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

Color convert

RGB177170110-
CMYK00.040.380.31
HSL53.73º30.04%56.27%-
HSV(B)53.73º37.85%69.41%-
XYZ35.3239.2220.46-
YUV165.2596.82136.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=38.73%
G=37.20%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717011000.040.380.3153.7330.0456.27
HexB1AA6E04261F361e38
Octal261252156044637663670
Binary1011000110101010110111001001001101111111011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA6E; }

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

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

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

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

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

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

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

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