#B1A564

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

Shades of Gimblet #B1A564

Tints of Gimblet #B1A564

Color information

#B1A564 (or 0xB1A564) is unknown color: approx Gimblet. HEX triplet: B1, A5 and 64. RGB value is (177,165,100). Sum of RGB (Red+Green+Blue) = 177+165+100=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A564 is #4E5A9B. Grayscale: #A1A1A1. Windows color (decimal): -5135004 or 6596017. OLE color: 6596017.

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

Color convert

RGB177165100-
CMYK00.070.440.31
HSL50.65º33.05%54.31%-
HSV(B)50.65º43.5%69.41%-
XYZ33.8937.1817.45-
YUV161.1893.48139.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 100 (39.45% from 255) = 22.62%
R=40.05%
G=37.33%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716510000.070.440.3150.6533.0554.31
HexB1A564072C1F332136
Octal261245144075437634166
Binary10110001101001011100100011110110011111110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A564; }

 p { color: rgb(177,165,100); }

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

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

 a { background-color: rgb(177,165,100); }

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

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

 span { border-color: rgb(177,165,100); }

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