#B19D4E

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

Shades of Husk #B19D4E

Tints of Husk #B19D4E

Color information

#B19D4E (or 0xB19D4E) is unknown color: approx Husk. HEX triplet: B1, 9D and 4E. RGB value is (177,157,78). Sum of RGB (Red+Green+Blue) = 177+157+78=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19D4E is #4E62B1. Grayscale: #9A9A9A. Windows color (decimal): -5137074 or 5152177. OLE color: 5152177.

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

Color convert

RGB17715778-
CMYK00.110.560.31
HSL47.88º38.82%50%-
HSV(B)47.88º55.93%69.41%-
XYZ31.5634.0112.11-
YUV153.9785.13144.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 78 (30.86% from 255) = 18.93%
R=42.96%
G=38.11%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771577800.110.560.3147.8838.8250
HexB19D4E0B381F302732
Octal2612351160137037604762
Binary101100011001110110011100101111100011111110000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19D4E; }

 p { color: rgb(177,157,78); }

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

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

 a { background-color: rgb(177,157,78); }

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

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

 span { border-color: rgb(177,157,78); }

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