#B19E48

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

Shades of Husk #B19E48

Tints of Husk #B19E48

Color information

#B19E48 (or 0xB19E48) is unknown color: approx Husk. HEX triplet: B1, 9E and 48. RGB value is (177,158,72). Sum of RGB (Red+Green+Blue) = 177+158+72=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19E48 is #4E61B7. Grayscale: #9A9A9A. Windows color (decimal): -5136824 or 4759217. OLE color: 4759217.

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

Color convert

RGB17715872-
CMYK00.110.590.31
HSL49.14º42.17%48.82%-
HSV(B)49.14º59.32%69.41%-
XYZ31.5334.2711.08-
YUV153.8881.79144.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 158 (62.11% from 255) = 38.82%
BLUE value IS 72 (28.52% from 255) = 17.69%
R=43.49%
G=38.82%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771587200.110.590.3149.1442.1748.82
HexB19E480B3B1F312a31
Octal2612361100137337615261
Binary101100011001111010010000101111101111111110001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E48; }

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

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

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

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

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

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

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

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