#B19A58

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

Shades of Husk #B19A58

Tints of Husk #B19A58

Color information

#B19A58 (or 0xB19A58) is unknown color: approx Husk. HEX triplet: B1, 9A and 58. RGB value is (177,154,88). Sum of RGB (Red+Green+Blue) = 177+154+88=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A58 is #4E65A7. Grayscale: #999999. Windows color (decimal): -5137832 or 5806769. OLE color: 5806769.

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

Color convert

RGB17715488-
CMYK00.130.500.31
HSL44.49º36.33%51.96%-
HSV(B)44.49º50.28%69.41%-
XYZ31.4533.1613.98-
YUV153.3591.12144.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 88 (34.77% from 255) = 21.00%
R=42.24%
G=36.75%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771548800.130.500.3144.4936.3351.96
HexB19A580D321F2c2434
Octal2612321300156237544464
Binary101100011001101010110000110111001011111101100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A58; }

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

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

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

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

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

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

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

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