#B1A866

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

Shades of Gimblet #B1A866

Tints of Gimblet #B1A866

Color information

#B1A866 (or 0xB1A866) is unknown color: approx Gimblet. HEX triplet: B1, A8 and 66. RGB value is (177,168,102). Sum of RGB (Red+Green+Blue) = 177+168+102=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A866 is #4E5799. Grayscale: #A3A3A3. Windows color (decimal): -5134234 or 6727857. OLE color: 6727857.

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

Color convert

RGB177168102-
CMYK00.050.420.31
HSL52.8º32.47%54.71%-
HSV(B)52.8º42.37%69.41%-
XYZ34.5338.3118.15-
YUV163.1793.48137.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 168 (66.02% from 255) = 37.58%
BLUE value IS 102 (40.23% from 255) = 22.82%
R=39.60%
G=37.58%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716810200.050.420.3152.832.4754.71
HexB1A866052A1F352037
Octal261250146055237654067
Binary10110001101010001100110010110101011111110101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A866; }

 p { color: rgb(177,168,102); }

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

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

 a { background-color: rgb(177,168,102); }

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

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

 span { border-color: rgb(177,168,102); }

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