#B19B4A

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

Shades of Husk #B19B4A

Tints of Husk #B19B4A

Color information

#B19B4A (or 0xB19B4A) is unknown color: approx Husk. HEX triplet: B1, 9B and 4A. RGB value is (177,155,74). Sum of RGB (Red+Green+Blue) = 177+155+74=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19B4A is #4E64B5. Grayscale: #989898. Windows color (decimal): -5137590 or 4889521. OLE color: 4889521.

HSL color Cylindrical-coordinate representation of color #B19B4A: hue angle of 47.18º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B19B4A is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17715574-
CMYK00.120.580.31
HSL47.18º41.04%49.22%-
HSV(B)47.18º58.19%69.41%-
XYZ31.0933.2811.26-
YUV152.3483.79145.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 74 (29.30% from 255) = 18.23%
R=43.60%
G=38.18%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771557400.120.580.3147.1841.0449.22
HexB19B4A0C3A1F2f2931
Octal2612331120147237575161
Binary101100011001101110010100110011101011111101111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B4A; }

 p { color: rgb(177,155,74); }

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

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

 a { background-color: rgb(177,155,74); }

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

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

 span { border-color: rgb(177,155,74); }

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