#B19A4A

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

Shades of Husk #B19A4A

Tints of Husk #B19A4A

Color information

#B19A4A (or 0xB19A4A) is unknown color: approx Husk. HEX triplet: B1, 9A and 4A. RGB value is (177,154,74). Sum of RGB (Red+Green+Blue) = 177+154+74=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A4A is #4E65B5. Grayscale: #989898. Windows color (decimal): -5137846 or 4889265. OLE color: 4889265.

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

Color convert

RGB17715474-
CMYK00.130.580.31
HSL46.6º41.04%49.22%-
HSV(B)46.6º58.19%69.41%-
XYZ30.9232.9511.21-
YUV151.7684.12146-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 74 (29.30% from 255) = 18.27%
R=43.70%
G=38.02%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771547400.130.580.3146.641.0449.22
HexB19A4A0D3A1F2f2931
Octal2612321120157237575161
Binary101100011001101010010100110111101011111101111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A4A; }

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

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

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

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

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

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

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

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