#B19A53

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

Shades of Husk #B19A53

Tints of Husk #B19A53

Color information

#B19A53 (or 0xB19A53) is unknown color: approx Husk. HEX triplet: B1, 9A and 53. RGB value is (177,154,83). Sum of RGB (Red+Green+Blue) = 177+154+83=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A53 is #4E65AC. Grayscale: #999999. Windows color (decimal): -5137837 or 5479089. OLE color: 5479089.

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

Color convert

RGB17715483-
CMYK00.130.530.31
HSL45.32º37.6%50.98%-
HSV(B)45.32º53.11%69.41%-
XYZ31.2533.0812.92-
YUV152.7888.62145.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 154 (60.55% from 255) = 37.20%
BLUE value IS 83 (32.81% from 255) = 20.05%
R=42.75%
G=37.20%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771548300.130.530.3145.3237.650.98
HexB19A530D351F2d2633
Octal2612321230156537554663
Binary101100011001101010100110110111010111111101101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A53; }

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

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

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

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

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

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

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

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