#B19A46

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

Shades of Husk #B19A46

Tints of Husk #B19A46

Color information

#B19A46 (or 0xB19A46) is unknown color: approx Husk. HEX triplet: B1, 9A and 46. RGB value is (177,154,70). Sum of RGB (Red+Green+Blue) = 177+154+70=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A46 is #4E65B9. Grayscale: #979797. Windows color (decimal): -5137850 or 4627121. OLE color: 4627121.

HSL color Cylindrical-coordinate representation of color #B19A46: hue angle of 47.1º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B19A46 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17715470-
CMYK00.130.600.31
HSL47.1º43.32%48.43%-
HSV(B)47.1º60.45%69.41%-
XYZ30.7932.910.52-
YUV151.382.12146.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 154 (60.55% from 255) = 38.40%
BLUE value IS 70 (27.73% from 255) = 17.46%
R=44.14%
G=38.40%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771547000.130.600.3147.143.3248.43
HexB19A460D3C1F2f2b30
Octal2612321060157437575360
Binary101100011001101010001100110111110011111101111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A46; }

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

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

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

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

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

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

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

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