#B19F4F

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

Shades of Husk #B19F4F

Tints of Husk #B19F4F

Color information

#B19F4F (or 0xB19F4F) is unknown color: approx Husk. HEX triplet: B1, 9F and 4F. RGB value is (177,159,79). Sum of RGB (Red+Green+Blue) = 177+159+79=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F4F is #4E60B0. Grayscale: #9B9B9B. Windows color (decimal): -5136561 or 5218225. OLE color: 5218225.

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

Color convert

RGB17715979-
CMYK00.100.550.31
HSL48.98º38.58%50.2%-
HSV(B)48.98º55.37%69.41%-
XYZ31.9434.7112.41-
YUV155.2684.96143.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 159 (62.5% from 255) = 38.31%
BLUE value IS 79 (31.25% from 255) = 19.04%
R=42.65%
G=38.31%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771597900.100.550.3148.9838.5850.2
HexB19F4F0A371F312732
Octal2612371170126737614762
Binary101100011001111110011110101011011111111110001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F4F; }

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

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

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

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

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

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

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

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