#B19E5C

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

Shades of Husk #B19E5C

Tints of Husk #B19E5C

Color information

#B19E5C (or 0xB19E5C) is unknown color: approx Husk. HEX triplet: B1, 9E and 5C. RGB value is (177,158,92). Sum of RGB (Red+Green+Blue) = 177+158+92=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E5C is #4E61A3. Grayscale: #9C9C9C. Windows color (decimal): -5136804 or 6069937. OLE color: 6069937.

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

Color convert

RGB17715892-
CMYK00.110.480.31
HSL46.59º35.27%52.75%-
HSV(B)46.59º48.02%69.41%-
XYZ32.2934.5715.1-
YUV156.1691.79142.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 92 (36.33% from 255) = 21.55%
R=41.45%
G=37.00%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771589200.110.480.3146.5935.2752.75
HexB19E5C0B301F2f2335
Octal2612361340136037574365
Binary101100011001111010111000101111000011111101111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E5C; }

 p { color: rgb(177,158,92); }

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

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

 a { background-color: rgb(177,158,92); }

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

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

 span { border-color: rgb(177,158,92); }

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