#B19A45

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

Shades of Husk #B19A45

Tints of Husk #B19A45

Color information

#B19A45 (or 0xB19A45) is unknown color: approx Husk. HEX triplet: B1, 9A and 45. RGB value is (177,154,69). Sum of RGB (Red+Green+Blue) = 177+154+69=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A45 is #4E65BA. Grayscale: #979797. Windows color (decimal): -5137851 or 4561585. OLE color: 4561585.

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

Color convert

RGB17715469-
CMYK00.130.610.31
HSL47.22º43.9%48.24%-
HSV(B)47.22º61.02%69.41%-
XYZ30.7632.8910.36-
YUV151.1981.62146.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 69 (27.34% from 255) = 17.25%
R=44.25%
G=38.5%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771546900.130.610.3147.2243.948.24
HexB19A450D3D1F2f2c30
Octal2612321050157537575460
Binary101100011001101010001010110111110111111101111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A45; }

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

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

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

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

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

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

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

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