#B19A4E

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

Shades of Husk #B19A4E

Tints of Husk #B19A4E

Color information

#B19A4E (or 0xB19A4E) is unknown color: approx Husk. HEX triplet: B1, 9A and 4E. RGB value is (177,154,78). Sum of RGB (Red+Green+Blue) = 177+154+78=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A4E is #4E65B1. Grayscale: #989898. Windows color (decimal): -5137842 or 5151409. OLE color: 5151409.

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

Color convert

RGB17715478-
CMYK00.130.560.31
HSL46.06º38.82%50%-
HSV(B)46.06º55.93%69.41%-
XYZ31.0633.0111.94-
YUV152.2186.12145.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=43.28%
G=37.65%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771547800.130.560.3146.0638.8250
HexB19A4E0D381F2e2732
Octal2612321160157037564762
Binary101100011001101010011100110111100011111101110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A4E; }

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

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

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

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

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

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

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

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