#B19F68

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

Shades of Gimblet #B19F68

Tints of Gimblet #B19F68

Color information

#B19F68 (or 0xB19F68) is unknown color: approx Gimblet. HEX triplet: B1, 9F and 68. RGB value is (177,159,104). Sum of RGB (Red+Green+Blue) = 177+159+104=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F68 is #4E6097. Grayscale: #9E9E9E. Windows color (decimal): -5136536 or 6856625. OLE color: 6856625.

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

Color convert

RGB177159104-
CMYK00.100.410.31
HSL45.21º31.88%55.1%-
HSV(B)45.21º41.24%69.41%-
XYZ33.0335.1418.14-
YUV158.1197.46141.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 159 (62.5% from 255) = 36.14%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=40.23%
G=36.14%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715910400.100.410.3145.2131.8855.1
HexB19F680A291F2d2037
Octal2612371500125137554067
Binary101100011001111111010000101010100111111101101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F68; }

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

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

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

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

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

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

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

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