#B19A51

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

Shades of Husk #B19A51

Tints of Husk #B19A51

Color information

#B19A51 (or 0xB19A51) is unknown color: approx Husk. HEX triplet: B1, 9A and 51. RGB value is (177,154,81). Sum of RGB (Red+Green+Blue) = 177+154+81=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A51 is #4E65AE. Grayscale: #989898. Windows color (decimal): -5137839 or 5348017. OLE color: 5348017.

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

Color convert

RGB17715481-
CMYK00.130.540.31
HSL45.62º38.1%50.59%-
HSV(B)45.62º54.24%69.41%-
XYZ31.1733.0512.52-
YUV152.5687.62145.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 154 (60.55% from 255) = 37.38%
BLUE value IS 81 (32.03% from 255) = 19.66%
R=42.96%
G=37.38%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771548100.130.540.3145.6238.150.59
HexB19A510D361F2e2633
Octal2612321210156637564663
Binary101100011001101010100010110111011011111101110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A51; }

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

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

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

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

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

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

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

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