#B19A4F

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

Shades of Husk #B19A4F

Tints of Husk #B19A4F

Color information

#B19A4F (or 0xB19A4F) is unknown color: approx Husk. HEX triplet: B1, 9A and 4F. RGB value is (177,154,79). Sum of RGB (Red+Green+Blue) = 177+154+79=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A4F is #4E65B0. Grayscale: #989898. Windows color (decimal): -5137841 or 5216945. OLE color: 5216945.

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

Color convert

RGB17715479-
CMYK00.130.550.31
HSL45.92º38.58%50.2%-
HSV(B)45.92º55.37%69.41%-
XYZ31.133.0212.13-
YUV152.3386.62145.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 154 (60.55% from 255) = 37.56%
BLUE value IS 79 (31.25% from 255) = 19.27%
R=43.17%
G=37.56%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771547900.130.550.3145.9238.5850.2
HexB19A4F0D371F2e2732
Octal2612321170156737564762
Binary101100011001101010011110110111011111111101110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A4F; }

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

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

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

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

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

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

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

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