#B1A265

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

Shades of Gimblet #B1A265

Tints of Gimblet #B1A265

Color information

#B1A265 (or 0xB1A265) is unknown color: approx Gimblet. HEX triplet: B1, A2 and 65. RGB value is (177,162,101). Sum of RGB (Red+Green+Blue) = 177+162+101=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A265 is #4E5D9A. Grayscale: #9F9F9F. Windows color (decimal): -5135771 or 6660785. OLE color: 6660785.

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

Color convert

RGB177162101-
CMYK00.080.430.31
HSL48.16º32.76%54.51%-
HSV(B)48.16º42.94%69.41%-
XYZ33.436.1317.52-
YUV159.5394.97140.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 101 (39.84% from 255) = 22.95%
R=40.23%
G=36.82%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716210100.080.430.3148.1632.7654.51
HexB1A265082B1F302137
Octal2612421450105337604167
Binary101100011010001011001010100010101111111110000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A265; }

 p { color: rgb(177,162,101); }

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

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

 a { background-color: rgb(177,162,101); }

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

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

 span { border-color: rgb(177,162,101); }

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