#B19F60

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

Shades of Gimblet #B19F60

Tints of Gimblet #B19F60

Color information

#B19F60 (or 0xB19F60) is unknown color: approx Gimblet. HEX triplet: B1, 9F and 60. RGB value is (177,159,96). Sum of RGB (Red+Green+Blue) = 177+159+96=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F60 is #4E609F. Grayscale: #9D9D9D. Windows color (decimal): -5136544 or 6332337. OLE color: 6332337.

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

Color convert

RGB17715996-
CMYK00.100.460.31
HSL46.67º34.18%53.53%-
HSV(B)46.67º45.76%69.41%-
XYZ32.6434.9916.1-
YUV157.293.46142.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 159 (62.5% from 255) = 36.81%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=40.97%
G=36.81%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771599600.100.460.3146.6734.1853.53
HexB19F600A2E1F2f2236
Octal2612371400125637574266
Binary101100011001111111000000101010111011111101111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F60; }

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

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

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

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

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

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

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

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