#B1A76C

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

Shades of Gimblet #B1A76C

Tints of Gimblet #B1A76C

Color information

#B1A76C (or 0xB1A76C) is unknown color: approx Gimblet. HEX triplet: B1, A7 and 6C. RGB value is (177,167,108). Sum of RGB (Red+Green+Blue) = 177+167+108=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A76C is #4E5893. Grayscale: #A3A3A3. Windows color (decimal): -5134484 or 7120817. OLE color: 7120817.

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

Color convert

RGB177167108-
CMYK00.060.390.31
HSL51.3º30.67%55.88%-
HSV(B)51.3º38.98%69.41%-
XYZ34.6638.0719.71-
YUV163.2696.81137.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 167 (65.62% from 255) = 36.95%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=39.16%
G=36.95%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716710800.060.390.3151.330.6755.88
HexB1A76C06271F331f38
Octal261247154064737633770
Binary1011000110100111110110001101001111111111001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A76C; }

 p { color: rgb(177,167,108); }

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

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

 a { background-color: rgb(177,167,108); }

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

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

 span { border-color: rgb(177,167,108); }

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