#B19A55

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

Shades of Husk #B19A55

Tints of Husk #B19A55

Color information

#B19A55 (or 0xB19A55) is unknown color: approx Husk. HEX triplet: B1, 9A and 55. RGB value is (177,154,85). Sum of RGB (Red+Green+Blue) = 177+154+85=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A55 is #4E65AA. Grayscale: #999999. Windows color (decimal): -5137835 or 5610161. OLE color: 5610161.

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

Color convert

RGB17715485-
CMYK00.130.520.31
HSL45º37.1%51.37%-
HSV(B)45º51.98%69.41%-
XYZ31.3333.1113.33-
YUV153.0189.62145.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 154 (60.55% from 255) = 37.02%
BLUE value IS 85 (33.59% from 255) = 20.43%
R=42.55%
G=37.02%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771548500.130.520.314537.151.37
HexB19A550D341F2d2533
Octal2612321250156437554563
Binary101100011001101010101010110111010011111101101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A55; }

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

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

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

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

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

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

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

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