#B19A56

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

Shades of Husk #B19A56

Tints of Husk #B19A56

Color information

#B19A56 (or 0xB19A56) is unknown color: approx Husk. HEX triplet: B1, 9A and 56. RGB value is (177,154,86). Sum of RGB (Red+Green+Blue) = 177+154+86=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A56 is #4E65A9. Grayscale: #999999. Windows color (decimal): -5137834 or 5675697. OLE color: 5675697.

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

Color convert

RGB17715486-
CMYK00.130.510.31
HSL44.84º36.84%51.57%-
HSV(B)44.84º51.41%69.41%-
XYZ31.3733.1313.55-
YUV153.1290.12145.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 86 (33.98% from 255) = 20.62%
R=42.45%
G=36.93%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771548600.130.510.3144.8436.8451.57
HexB19A560D331F2d2534
Octal2612321260156337554564
Binary101100011001101010101100110111001111111101101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A56; }

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

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

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

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

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

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

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

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