#B19A4C

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

Shades of Husk #B19A4C

Tints of Husk #B19A4C

Color information

#B19A4C (or 0xB19A4C) is unknown color: approx Husk. HEX triplet: B1, 9A and 4C. RGB value is (177,154,76). Sum of RGB (Red+Green+Blue) = 177+154+76=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A4C is #4E65B3. Grayscale: #989898. Windows color (decimal): -5137844 or 5020337. OLE color: 5020337.

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

Color convert

RGB17715476-
CMYK00.130.570.31
HSL46.34º39.92%49.61%-
HSV(B)46.34º57.06%69.41%-
XYZ30.9932.9811.57-
YUV151.9885.12145.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 154 (60.55% from 255) = 37.84%
BLUE value IS 76 (30.08% from 255) = 18.67%
R=43.49%
G=37.84%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771547600.130.570.3146.3439.9249.61
HexB19A4C0D391F2e2832
Octal2612321140157137565062
Binary101100011001101010011000110111100111111101110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A4C; }

 p { color: rgb(177,154,76); }

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

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

 a { background-color: rgb(177,154,76); }

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

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

 span { border-color: rgb(177,154,76); }

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