#B19E5B

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

Shades of Husk #B19E5B

Tints of Husk #B19E5B

Color information

#B19E5B (or 0xB19E5B) is unknown color: approx Husk. HEX triplet: B1, 9E and 5B. RGB value is (177,158,91). Sum of RGB (Red+Green+Blue) = 177+158+91=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E5B is #4E61A4. Grayscale: #9C9C9C. Windows color (decimal): -5136805 or 6004401. OLE color: 6004401.

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

Color convert

RGB17715891-
CMYK00.110.490.31
HSL46.74º35.54%52.55%-
HSV(B)46.74º48.59%69.41%-
XYZ32.2534.5614.87-
YUV156.0491.29142.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 158 (62.11% from 255) = 37.09%
BLUE value IS 91 (35.94% from 255) = 21.36%
R=41.55%
G=37.09%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771589100.110.490.3146.7435.5452.55
HexB19E5B0B311F2f2435
Octal2612361330136137574465
Binary101100011001111010110110101111000111111101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E5B; }

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

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

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

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

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

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

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

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