#B19F64

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

Shades of Gimblet #B19F64

Tints of Gimblet #B19F64

Color information

#B19F64 (or 0xB19F64) is unknown color: approx Gimblet. HEX triplet: B1, 9F and 64. RGB value is (177,159,100). Sum of RGB (Red+Green+Blue) = 177+159+100=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F64 is #4E609B. Grayscale: #9D9D9D. Windows color (decimal): -5136540 or 6594481. OLE color: 6594481.

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

Color convert

RGB177159100-
CMYK00.100.440.31
HSL45.97º33.05%54.31%-
HSV(B)45.97º43.5%69.41%-
XYZ32.8335.0617.09-
YUV157.6695.46141.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=40.60%
G=36.47%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715910000.100.440.3145.9733.0554.31
HexB19F640A2C1F2e2136
Octal2612371440125437564166
Binary101100011001111111001000101010110011111101110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F64; }

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

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

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

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

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

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

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

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