#B19E4D

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

Shades of Husk #B19E4D

Tints of Husk #B19E4D

Color information

#B19E4D (or 0xB19E4D) is unknown color: approx Husk. HEX triplet: B1, 9E and 4D. RGB value is (177,158,77). Sum of RGB (Red+Green+Blue) = 177+158+77=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E4D is #4E61B2. Grayscale: #9A9A9A. Windows color (decimal): -5136819 or 5086897. OLE color: 5086897.

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

Color convert

RGB17715877-
CMYK00.110.560.31
HSL48.6º39.37%49.8%-
HSV(B)48.6º56.5%69.41%-
XYZ31.734.3411.98-
YUV154.4584.29144.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 77 (30.47% from 255) = 18.69%
R=42.96%
G=38.35%
B=18.69%

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
Decimal1771587700.110.560.3148.639.3749.8
HexB19E4D0B381F312732
Octal2612361150137037614762
Binary101100011001111010011010101111100011111110001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E4D; }

 p { color: rgb(177,158,77); }

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

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

 a { background-color: rgb(177,158,77); }

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

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

 span { border-color: rgb(177,158,77); }

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